| | |
| | | <el-table-column prop="gmtCreate" label="创建时间" show-overflow-tooltip></el-table-column> |
| | | <el-table-column prop="modifiedUname" label="最后修改人" show-overflow-tooltip></el-table-column> |
| | | <el-table-column prop="gmtModified" label="最后修改时间" show-overflow-tooltip></el-table-column> |
| | | <el-table-column property="status" label="状态" width="60" /> |
| | | <!-- <el-table-column property="status" label="状态" width="60" />--> |
| | | <el-table-column fixed="right" label="操作" align="center" width="300"> |
| | | <template #default="scope"> |
| | | <el-button link type="primary" size="small" :icon="View" @click="openApproveBasicDialog('查看', scope.row)">查看</el-button> |
| | |
| | | } |
| | | }, |
| | | 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: '大于' }, |