|
@@ -33,6 +33,7 @@ const useStatisticsFilter = () => {
|
|
|
onOptionInit,
|
|
|
isExpert,
|
|
|
isLeader,
|
|
|
+ isDeputy,
|
|
|
} = useOptions(['subject', 'question', 'group'], undefined, true, true, true)
|
|
|
|
|
|
const curDayRange = getCurDayRange()
|
|
@@ -186,6 +187,7 @@ const useStatisticsFilter = () => {
|
|
|
options: transGroupOptions.value,
|
|
|
onChange: customGroupChange,
|
|
|
multiple: true,
|
|
|
+ disabled: isDeputy.value,
|
|
|
},
|
|
|
}),
|
|
|
OneRowSpan4({
|