xiangyiyong 1 rok pred
rodič
commit
72d70c3090

+ 5 - 1
src/views/lifeline/riskLinkageSystem/eventManage/eventUnfile/dialogFormHandle.vue

@@ -594,6 +594,7 @@
                                 v-model:value="fourthData.materials[index].productId"
                                 allowClear
                                 showSearch
+                                style="width: 200px"
                                 @change="change4(index, fourthData.materials[index].productId)"
                               >
                                 <a-select-option
@@ -612,6 +613,7 @@
                                 v-model:value="fourthData.materials[index].materialsId"
                                 allowClear
                                 showSearch
+                                style="width: 200px"
                                 @change="
                                   change5(
                                     index,
@@ -700,6 +702,7 @@
                                 "
                                 allowClear
                                 showSearch
+                                style="width: 200px"
                                 @change="
                                   change6(
                                     index,
@@ -778,6 +781,7 @@
                                 allowClear
                                 showSearch
                                 @change="change7(index, fourthData.rescues[index].companyId)"
+                                style="width: 200px"
                               >
                                 <a-select-option
                                   v-for="item in dictData.userTree"
@@ -789,7 +793,7 @@
                               </a-select>
                             </a-form-item>
                           </a-col>
-                          <a-col :span="8">
+                          <a-col :span="7">
                             <a-form-item
                               label="应急救援队名称"
                               :label-col="{ style: { width: '130px' } }"