From f3fcd30cadbcbd406a6e10e3c7df64e5306db069 Mon Sep 17 00:00:00 2001
From: qushaowei <qushaowei@163.com>
Date: 星期二, 12 十二月 2023 17:28:43 +0800
Subject: [PATCH] 技术状态鉴定 批量点检驳回 审批

---
 src/views/eam/modules/dailyInspectionStandard/DailylnspectionStandardModal.vue |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/views/eam/modules/dailyInspectionStandard/DailylnspectionStandardModal.vue b/src/views/eam/modules/dailyInspectionStandard/DailylnspectionStandardModal.vue
index 6126aad..b2f3d01 100644
--- a/src/views/eam/modules/dailyInspectionStandard/DailylnspectionStandardModal.vue
+++ b/src/views/eam/modules/dailyInspectionStandard/DailylnspectionStandardModal.vue
@@ -129,7 +129,7 @@
           </a-col> -->
         </a-row>
         <a-row :gutter="24">
-          <a-col :span="12">
+          <!-- <a-col :span="12">
             <a-form-item
               label="娲惧伐鏂瑰紡"
               :labelCol="labelCol"
@@ -144,7 +144,7 @@
                 v-decorator="['assignMode', validatorRules.assignMode]"
               />
             </a-form-item>
-          </a-col>
+          </a-col> -->
           <a-col :span="12">
             <a-form-item
               label="鐗堟湰"
@@ -226,7 +226,7 @@
             style="width: 100%"
             :disabled="false"
           />
-          <j-image-upload
+          <!-- <j-image-upload
             :value="text"
             v-if="col.dataIndex == 'photo'"
             :isMultiple="false"
@@ -234,7 +234,7 @@
             placeholder="璇蜂笂浼犲浘鐗�"
             @change="(e)=>handleChange(e, record.key, col, index)"
           >
-          </j-image-upload>
+          </j-image-upload> -->
           <a-input
             :value="text"
             v-if="col.dataIndex == 'location'"
@@ -352,13 +352,13 @@
           scopedSlots: { customRender: 'inspectionCycleId' },
           width: 170,
         },
-        {
-          title: '绀烘剰鍥�',
-          align: 'center',
-          dataIndex: 'photo',
-          scopedSlots: { customRender: 'photo' },
-          width: 170,
-        },
+        // {
+        //   title: '绀烘剰鍥�',
+        //   align: 'center',
+        //   dataIndex: 'photo',
+        //   scopedSlots: { customRender: 'photo' },
+        //   width: 170,
+        // },
         {
           title: '閮ㄤ綅',
           align: 'center',

--
Gitblit v1.9.3