| | |
| | | <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> |
| | |
| | | } |
| | | }, |
| | | 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: '大于' }, |
| | |
| | | duration: 2000, |
| | | message: '删除成功' |
| | | }); |
| | | await getInspectionTask(); |
| | | await this.getInspectionTask(); |
| | | } else { |
| | | this.$message({ |
| | | type: 'warning', |