This commit is contained in:
=
2026-04-11 14:28:02 +08:00
parent bcb5b3564e
commit 7c33a99c44
@@ -124,7 +124,7 @@ layout("/layouts/platform.html"){
:rules="[{required:['CONFIRM_FILING','SUGGESTION'].includes(formData.tf_caseFilingResult),message:'必填',trigger:['change','blur']}]"
prop="tf_masterUnitId"
>
<el-select v-model="formData.tf_masterUnitId" filterable clearable style="width: 100%" disabled>
<el-select v-model="formData.tf_masterUnitId" filterable clearable style="width: 100%" >
<el-option
v-for="item in underTakeOptions"
:label="item.name"
@@ -139,7 +139,7 @@ layout("/layouts/platform.html"){
prop="tf_slaveUnitIds"
>
<el-select v-model="formData.tf_slaveUnitIds" filterable clearable multiple
style="width: 100%" disabled>
style="width: 100%" >
<el-option
v-for="item in underTakeOptions"
:label="item.name"