From 17bc12d7414dedab9d8eb60794603e61e8cce01e Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Tue, 25 Oct 2022 17:20:35 +0800
Subject: [PATCH] '更新'
---
src/views/specialWorkManage/workFlow/approveBasic/index.vue | 18 +++++++-----------
1 files changed, 7 insertions(+), 11 deletions(-)
diff --git a/src/views/specialWorkManage/workFlow/approveBasic/index.vue b/src/views/specialWorkManage/workFlow/approveBasic/index.vue
index 7ba45f1..a1b0fd7 100644
--- a/src/views/specialWorkManage/workFlow/approveBasic/index.vue
+++ b/src/views/specialWorkManage/workFlow/approveBasic/index.vue
@@ -62,9 +62,9 @@
<el-table-column prop="gmtModified" label="最后修改时间" show-overflow-tooltip></el-table-column>
<el-table-column fixed="right" label="操作" align="center" width="300">
<template slot-scope="scope">
- <el-button link type="primary" size="small" @click="openApproveBasicDialog('查看', scope.row)">查看</el-button>
- <el-button link type="primary" size="small" @click="openApproveBasicDialog('修改', scope.row)">修改</el-button>
- <el-button link type="danger" size="small" @click="deleteApproveBasic(scope.row)">删除</el-button>
+ <el-button link type="text" size="small" @click="openApproveBasicDialog('查看', scope.row)">查看</el-button>
+ <el-button link type="text" size="small" @click="openApproveBasicDialog('修改', scope.row)">修改</el-button>
+ <el-button link type="text" style="color: red" size="small" @click="deleteApproveBasic(scope.row)">删除</el-button>
</template>
</el-table-column>
</el-table>
@@ -98,13 +98,9 @@
}
},
ruleStandTypeList: [
- { id: 1, name: '可燃气浓度' },
- { id: 2, name: '氧气浓度' },
- { id: 3, name: '一氧化碳浓度' },
- { id: 4, name: '硫化氢浓度' },
- { id: 5, name: '温度' },
- { id: 6, name: '压力' },
- { id: 7, name: '震动' }
+ { id: 1, name: '可燃气体' },
+ { id: 3, name: '有毒有害气体' },
+ { id: 2, name: '氧气' },
],
typeList: [
{ id: 1, name: '大于' },
@@ -173,7 +169,7 @@
duration: 2000,
message: '删除成功'
});
- await getInspectionTask();
+ await this.getInspectionTask();
} else {
this.$message({
type: 'warning',
--
Gitblit v1.9.2