From 789bd1e36e88e09a45fa24fa1569330ada4c45b7 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 10 十一月 2023 17:40:43 +0800
Subject: [PATCH] 	modified:   src/views/common/param-mergeTemplate.vue 	modified:   src/views/technology/routing/routing-form.vue

---
 src/views/technology/document/index.vue |  126 +++++++++++++++++++++---------------------
 1 files changed, 63 insertions(+), 63 deletions(-)

diff --git a/src/views/technology/document/index.vue b/src/views/technology/document/index.vue
index c746080..f648f62 100644
--- a/src/views/technology/document/index.vue
+++ b/src/views/technology/document/index.vue
@@ -20,12 +20,12 @@
             v-if="permissions.technology_document_del"
             >鎵归噺鍒犻櫎</el-button
           >
-          <el-button
+          <!-- <el-button
             type="primary"
             @click="bindTestStandard"
             v-if="permissions.technology_document_standard_upload"
             >鎵归噺缁戝畾妫�娴嬫爣鍑�</el-button
-          >
+          > -->
         </template>
       </ttable>
       <el-dialog
@@ -141,26 +141,26 @@
             isSearch: true,
             searchInfoType: 'text'
           },
-          // 缁濈紭棰滆壊
-          {
-            minWidth: '120',
-            prop: 'insulationColor',
-            label: '缁濈紭棰滆壊',
-            sort: true,
-            isTrue: true,
-            isSearch: true,
-            searchInfoType: 'text'
-          },
-          // 鎶ゅ棰滆壊
-          {
-            minWidth: '120',
-            prop: 'sheathColor',
-            label: '鎶ゅ棰滆壊',
-            sort: true,
-            isTrue: true,
-            isSearch: true,
-            searchInfoType: 'text'
-          },
+          // // 缁濈紭棰滆壊
+          // {
+          //   minWidth: '120',
+          //   prop: 'insulationColor',
+          //   label: '缁濈紭棰滆壊',
+          //   sort: true,
+          //   isTrue: true,
+          //   isSearch: true,
+          //   searchInfoType: 'text'
+          // },
+          // // 鎶ゅ棰滆壊
+          // {
+          //   minWidth: '120',
+          //   prop: 'sheathColor',
+          //   label: '鎶ゅ棰滆壊',
+          //   sort: true,
+          //   isTrue: true,
+          //   isSearch: true,
+          //   searchInfoType: 'text'
+          // },
           {
             minWidth: '120',
             prop: 'testStandard',
@@ -230,47 +230,47 @@
             searchInfoType: 'text',
             noShowTip: false
           },
-          {
-            minWidth: '120',
-            prop: 'projectNo',
-            label: '椤圭洰鍙�',
-            sort: true,
-            isTrue: true,
-            isSearch: true,
-            searchInfoType: 'text'
-          },
-          {
-            minWidth: '120',
-            prop: 'projectType',
-            label: '椤圭洰绫诲埆',
-            sort: true,
-            isTrue: true,
-            isSearch: true,
-            searchInfoType: 'select',
-            optList: () => {
-              return this.getProjectTypeOptionList()
-            },
-            formatter: (row, column, cellValue) => {
-              var formatVal
-              if (cellValue == 0) {
-                formatVal = '鍥藉唴椤圭洰'
-              } else if (cellValue == 1) {
-                formatVal = '鐗圭紗鐮斿彂椤圭洰'
-              } else {
-                formatVal = ''
-              }
-              return formatVal
-            }
-          },
-          {
-            minWidth: '120',
-            prop: 'country',
-            label: '鍥藉',
-            sort: true,
-            isTrue: true,
-            isSearch: true,
-            searchInfoType: 'text'
-          },
+          // {
+          //   minWidth: '120',
+          //   prop: 'projectNo',
+          //   label: '椤圭洰鍙�',
+          //   sort: true,
+          //   isTrue: true,
+          //   isSearch: true,
+          //   searchInfoType: 'text'
+          // },
+          // {
+          //   minWidth: '120',
+          //   prop: 'projectType',
+          //   label: '椤圭洰绫诲埆',
+          //   sort: true,
+          //   isTrue: true,
+          //   isSearch: true,
+          //   searchInfoType: 'select',
+          //   optList: () => {
+          //     return this.getProjectTypeOptionList()
+          //   },
+          //   formatter: (row, column, cellValue) => {
+          //     var formatVal
+          //     if (cellValue == 0) {
+          //       formatVal = '鍥藉唴椤圭洰'
+          //     } else if (cellValue == 1) {
+          //       formatVal = '鐗圭紗鐮斿彂椤圭洰'
+          //     } else {
+          //       formatVal = ''
+          //     }
+          //     return formatVal
+          //   }
+          // },
+          // {
+          //   minWidth: '120',
+          //   prop: 'country',
+          //   label: '鍥藉',
+          //   sort: true,
+          //   isTrue: true,
+          //   isSearch: true,
+          //   searchInfoType: 'text'
+          // },
 
           // 鎻忚堪
           {

--
Gitblit v1.9.3