From cdf986d7321208634387a8ab5eafa8e8e3d872f8 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期五, 15 九月 2023 15:00:17 +0800
Subject: [PATCH] modified: src/components/view/processInspectionUpdate.vue modified: src/components/view/rawInsDetail.vue
---
src/components/view/technical.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/components/view/technical.vue b/src/components/view/technical.vue
index 4bcdbda..aa90cdd 100644
--- a/src/components/view/technical.vue
+++ b/src/components/view/technical.vue
@@ -39,7 +39,7 @@
<div class="technical-table">
<div class="table-box">
<el-table
- height="500"
+ height="490"
border style="width: 100%"
:data="technicalTable"
>
@@ -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){
@@ -393,7 +393,7 @@
} */
.technical-table .table-box {
flex: 1;
- /* overflow-y: scroll; */
+ overflow-y: scroll;
}
.technical-table .el-pagination{
margin-top: 23px;
--
Gitblit v1.9.3