From c7ccbc6510a9350e0a0a5a39a84f46c382d080b3 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期五, 15 九月 2023 15:00:26 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.0.22:9001/r/mom-before --- src/components/view/technical.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/view/technical.vue b/src/components/view/technical.vue index ff9bf51..aa90cdd 100644 --- a/src/components/view/technical.vue +++ b/src/components/view/technical.vue @@ -99,7 +99,7 @@ <template slot-scope="scope"> <!-- <el-button type="text" size="small" @click="showDetails(scope.row)">鏌ョ湅璇︽儏</el-button> <el-button type="text" size="small">缂栬緫闄勪欢</el-button> --> - <el-button type="text" size="small" @click="authorizedstrength(scope.row)">缂栧埗</el-button> + <el-button v-if="scope.row.type===0" type="text" size="small" @click="authorizedstrength(scope.row)">缂栧埗</el-button> </template> </el-table-column> </el-table> @@ -262,8 +262,8 @@ id:this.compiledata.id }).then( res =>{ this.$message.success('缂栧埗瀹屾垚') - }) this.getTechnicalTableData() + }) }, async showDetails(row){ -- Gitblit v1.9.3