Merge remote-tracking branch 'origin/main'

This commit is contained in:
2026-04-11 17:47:53 +08:00
@@ -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"