| | |
| | | </div> |
| | | <el-table :data="reportData.data" style="width: 100%"> |
| | | <el-table-column type="index" label="序号" width="60" /> |
| | | <el-table-column prop="reportTime" label="上报时间" show-overflow-tooltip width="170px"></el-table-column> |
| | | <el-table-column prop="dangerCode" label="隐患名称" show-overflow-tooltip></el-table-column> |
| | | <el-table-column prop="dangerDesc" label="隐患情况描述" show-overflow-tooltip></el-table-column> |
| | | <el-table-column prop="produceDeviceName" label="生产装置名称" show-overflow-tooltip></el-table-column> |
| | | <el-table-column prop="riskUnitName" label="风险分析单元名称" show-overflow-tooltip></el-table-column> |
| | |
| | | }; |
| | | // 删除 |
| | | const onDelProductionDevice = (row: any) => { |
| | | ElMessageBox.confirm(`此操作将永久该条隐患,是否继续?`, '提示', { |
| | | ElMessageBox.confirm(`此操作将永久删除该条隐患,是否继续?`, '提示', { |
| | | confirmButtonText: '确认', |
| | | cancelButtonText: '取消', |
| | | type: 'warning' |