| | |
| | | <el-table-column prop="alarmCode" label="报警编号" show-overflow-tooltip="" /> |
| | | <el-table-column prop="alarmName" label="报警描述" show-overflow-tooltip="" /> |
| | | <el-table-column prop="ledIP" label="显示屏ip地址" show-overflow-tooltip="" /> |
| | | <el-table-column prop="status" label="状态" show-overflow-tooltip=""> |
| | | <el-table-column prop="status" label="是否报警" show-overflow-tooltip=""> |
| | | <template #default="scope"> |
| | | <el-tag :type="dv('YesNoEnum', scope.row.status)?.tagType"> {{ dv('YesNoEnum', |
| | | scope.row.status)?.name}}</el-tag> |