From 0aaab439f2fb9ba320ca7c9c87b862ed91294460 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期四, 09 十一月 2023 13:54:13 +0800 Subject: [PATCH] modified: src/api/basic/param.js modified: src/views/basic/template/index.vue modified: src/views/technology/routing/routing-form.vue modified: src/views/technology/structure/single-structure-form.vue --- src/views/basic/template/index.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/basic/template/index.vue b/src/views/basic/template/index.vue index a076b9c..d6fc5da 100644 --- a/src/views/basic/template/index.vue +++ b/src/views/basic/template/index.vue @@ -67,7 +67,7 @@ align="center" > </el-table-column> - <el-table-column + <!-- <el-table-column label="鍙傛暟绫诲瀷" prop="type" align="center" @@ -106,7 +106,7 @@ </el-table-column> <el-table-column label="鍗曚綅" prop="unit" align="center"> - </el-table-column> + </el-table-column> --> <el-table-column label="鎿嶄綔" align="center"> <template slot-scope="scope"> <el-button @@ -116,13 +116,13 @@ @click="saveSample(scope.$index, scope.row)" >淇濆瓨 </el-button> - <el-button + <!-- <el-button type="text" v-if="!scope.row.isUpdate" size="mini" @click="editSample(scope.$index, scope.row)" >缂栬緫 - </el-button> + </el-button> --> <el-button type="text" size="mini" @@ -444,6 +444,7 @@ }, // 娣诲姞 relateOperationParam() { + console.log(11111); if (this.templateId !== 0) { // 绛涢�夊嚭褰撳墠椤甸潰宸叉湁鐨勫弬鏁� this.paramSelArr = [] -- Gitblit v1.9.3