设备运行参数报警页面更名为超限报警,删除报警号字段并更新其余字段名
| | |
| | | { |
| | | title: '设备编号', |
| | | align: 'center', |
| | | dataIndex: 'equipmentid', |
| | | dataIndex: 'equipmentId', |
| | | width: 250 |
| | | }, |
| | | { |
| | | title: '报警时间', |
| | | align: 'center', |
| | | dataIndex: 'collecttime', |
| | | dataIndex: 'createTime', |
| | | width: 250 |
| | | }, |
| | | { |
| | | title: '设定值', |
| | | align: 'center', |
| | | width: 250, |
| | | dataIndex: 'setvalue' |
| | | dataIndex: 'setValue' |
| | | }, |
| | | { |
| | | title: '实际值', |
| | | align: 'center', |
| | | width: 250, |
| | | dataIndex: 'realvalue' |
| | | dataIndex: 'realValue' |
| | | }, |
| | | { |
| | | title: '报警号', |
| | | align: 'center', |
| | | width: 250, |
| | | dataIndex: 'alarmno' |
| | | }, |
| | | // { |
| | | // title: '报警号', |
| | | // align: 'center', |
| | | // width: 250, |
| | | // dataIndex: 'alarmno' |
| | | // }, |
| | | { |
| | | title: '报警内容', |
| | | align: 'center', |
| | | width: 250, |
| | | dataIndex: 'alarmcontent' |
| | | dataIndex: 'alarmContent' |
| | | } |
| | | ], |
| | | url: { |
| | | list: '/mdc/equipmentBeilvAlarm/list' |
| | | list: '/mdc/mdcOverrunAlarm/list' |
| | | }, |
| | | /* 排序参数 */ |
| | | isorter: { |
| | | column: 'collecttime', |
| | | column: 'createTime', |
| | | order: 'desc' |
| | | } |
| | | } |