Quellcode durchsuchen

:ambulance: 移除上传图片必传按钮,修改文字内容

Twelve615 vor 1 Jahr
Ursprung
Commit
f12bc41eec
1 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. 6 6
      airport-vue/src/views/admin/PZ.vue

+ 6 - 6
airport-vue/src/views/admin/PZ.vue

@@ -26,18 +26,18 @@
             </a-form-model-item>
           </a-col>
 
-          <a-col :span="24">
-            <a-form-model-item label="员工上传图片是否必填" style="min-height: 70px" prop="wisBllx">
-              <a-switch v-model="wisBllx" />
-            </a-form-model-item>
-          </a-col>
+<!--          <a-col :span="24">-->
+<!--            <a-form-model-item label="员工上传图片是否必填" style="min-height: 70px" prop="wisBllx">-->
+<!--              <a-switch v-model="wisBllx" />-->
+<!--            </a-form-model-item>-->
+<!--          </a-col>-->
           <a-col :span="24">
             <a-form-model-item label="安检交出图片是否必填" style="min-height: 70px" prop="sucOutPic">
               <a-switch v-model="sucOutPic" />
             </a-form-model-item>
           </a-col>
           <a-col :span="24">
-            <a-form-model-item label="安检接图片是否必填" style="min-height: 70px" prop="sucInPic">
+            <a-form-model-item label="安检接图片是否必填" style="min-height: 70px" prop="sucInPic">
               <a-switch v-model="sucInPic" />
             </a-form-model-item>
           </a-col>