From 9d3b355061393f9dd031c1d8aaf124564d9c0d19 Mon Sep 17 00:00:00 2001
From: qushaowei <qushaowei@163.com>
Date: 星期二, 24 十月 2023 17:06:17 +0800
Subject: [PATCH] 编码生成

---
 src/views/eam/modules/inspectionProject/InspectionProjectRight.vue |   47 ++++++++++++++++++++++++-----------------------
 1 files changed, 24 insertions(+), 23 deletions(-)

diff --git a/src/views/eam/modules/inspectionProject/InspectionProjectRight.vue b/src/views/eam/modules/inspectionProject/InspectionProjectRight.vue
index 93c9582..aa044fa 100644
--- a/src/views/eam/modules/inspectionProject/InspectionProjectRight.vue
+++ b/src/views/eam/modules/inspectionProject/InspectionProjectRight.vue
@@ -10,7 +10,7 @@
         @keyup.enter.native="searchQuery"
       >
         <a-row :gutter="24">
-          <a-col
+          <!-- <a-col
             :md="8"
             :sm="8"
           >
@@ -20,7 +20,7 @@
                 v-model="queryParam.num"
               ></j-input>
             </a-form-item>
-          </a-col>
+          </a-col> -->
           <a-col
             :md="8"
             :sm="8"
@@ -244,37 +244,28 @@
           },
           width: 50,
         },
+        // {
+        //   title: '椤圭洰缂栫爜',
+        //   align: 'center',
+        //   dataIndex: 'num',
+        //   scopedSlots: {
+        //     customRender: 'num'
+        //   },
+        // },
         {
-          title: '椤圭洰缂栫爜',
-          align: 'center',
-          dataIndex: 'num',
-          scopedSlots: {
-            customRender: 'num'
-          },
-        },
-        {
-          title: '椤圭洰鍚嶇О',
+          title: '鐐规椤圭洰',
           align: 'center',
           dataIndex: 'name',
           scopedSlots: {
             customRender: 'name'
           },
         },
-        {
-          title: '璁¢噺鍗曚綅',
-          align: 'center',
-          dataIndex: 'unitId_dictText',
-        },
+
         // {
         //   title: '鍒嗘瀽鏂规硶',
         //   align: 'center',
         //   dataIndex: 'analysisMethod_dictText',
         // },
-        {
-          title: '妫�楠屽�肩被鍨�',
-          align: "center",
-          dataIndex: 'testValueType_dictText',
-        },
         {
           title: '妫�娴嬫爣鍑�',
           align: "center",
@@ -291,11 +282,21 @@
           dataIndex: 'inspectionMethod_dictText',
         },
         {
-          title: '鐐规宸ュ叿',
+          title: '妫�楠屽�肩被鍨�',
           align: "center",
-          dataIndex: 'inspectionTool',
+          dataIndex: 'testValueType_dictText',
         },
         {
+          title: '璁¢噺鍗曚綅',
+          align: 'center',
+          dataIndex: 'unitId_dictText',
+        },
+        // {
+        //   title: '鐐规宸ュ叿',
+        //   align: "center",
+        //   dataIndex: 'inspectionTool',
+        // },
+        {
           title: '鍒涘缓浜�',
           align: "center",
           dataIndex: 'createBy',

--
Gitblit v1.9.3