From aa6bb1f2363c33e1d3a6c03e984b928160dcca5c Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期三, 27 十二月 2023 16:32:09 +0800
Subject: [PATCH] 修改工艺文件

---
 src/views/quality/teststandard/index.vue |   27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/src/views/quality/teststandard/index.vue b/src/views/quality/teststandard/index.vue
index 56a20be..5bcde4f 100644
--- a/src/views/quality/teststandard/index.vue
+++ b/src/views/quality/teststandard/index.vue
@@ -8,6 +8,7 @@
             @handleSelectionChange="handleCurrentChange"
             :uploadInfo="uploadInfo"
             :prelang="prelang"
+            :toolbarMaxLength="3"
             :options="options"
             :ajaxFun="ajaxFun"
             @dbClickRow="handleDbClickRow"
@@ -190,22 +191,22 @@
                 </template>
               </el-table-column><el-table-column
                 label="娴嬭瘯鏂规硶"
-                prop="purpose"
-                align="center"
-                width="80"
-              >
-                <template slot-scope="scope">
-                  <el-input v-model="scope.row.purpose"></el-input>
-                </template>
-              </el-table-column>
-              <el-table-column
-                label="娴嬭瘯鐩殑"
                 prop="method"
                 align="center"
                 width="80"
               >
                 <template slot-scope="scope">
                   <el-input v-model="scope.row.method"></el-input>
+                </template>
+              </el-table-column>
+              <el-table-column
+                label="娴嬭瘯鐩殑"
+                prop="purpose"
+                align="center"
+                width="80"
+              >
+                <template slot-scope="scope">
+                  <el-input v-model="scope.row.purpose"></el-input>
                 </template>
               </el-table-column>
 
@@ -240,13 +241,13 @@
                     v-if="editable"
                     >鎻掑叆
                   </el-button>
-                  <el-button
+                  <!-- <el-button
                     type="text"
                     size="mini"
                     @click.stop="editTestStandardParam(scope.row)"
                     v-if="editable && scope.row.id != null"
                     >鍏紡
-                  </el-button>
+                  </el-button> -->
                   <el-button
                     type="text"
                     size="mini"
@@ -321,7 +322,7 @@
       isShowQuery: false,
       uploadInfo: {
         // 鏄惁灞曠ず涓婁紶EXCEL浠ュ強瀵瑰簲鐨剈rl
-        isShow: true,
+        isShow: false,
         url: '/mes/testStandard/upload'
       },
       prelang: 'operation',

--
Gitblit v1.9.3