|
@@ -10,6 +10,7 @@
|
|
|
link="select"
|
|
|
v-model:param="dutyForm.dutyHallLeader"
|
|
|
:clearable="false"
|
|
|
+ :disabled="!$store.getters['app/isZBGL']"
|
|
|
:options="$store.state.dictionary.dutyHallLeaderList"
|
|
|
@change="setDuty"/>
|
|
|
<CusFormColumn
|
|
@@ -18,6 +19,7 @@
|
|
|
link="select"
|
|
|
v-model:param="dutyForm.totalClass"
|
|
|
:clearable="false"
|
|
|
+ :disabled="!$store.getters['app/isZBGL']"
|
|
|
:options="$store.state.dictionary.totalClassList"
|
|
|
@change="setDuty"/>
|
|
|
<CusFormColumn
|
|
@@ -26,6 +28,7 @@
|
|
|
link="select"
|
|
|
v-model:param="dutyForm.shiftLeader"
|
|
|
:clearable="false"
|
|
|
+ :disabled="!$store.getters['app/isZBGL']"
|
|
|
:options="$store.state.dictionary.shiftLeaderList"
|
|
|
@change="setDuty"/>
|
|
|
<CusFormColumn
|
|
@@ -36,6 +39,7 @@
|
|
|
multiple
|
|
|
:clearable="false"
|
|
|
:filterable="false"
|
|
|
+ :disabled="!$store.getters['app/isZBGL']"
|
|
|
:options="$store.state.dictionary.dutyPersonList"
|
|
|
@change="setDuty"/>
|
|
|
</CusForm>
|