| | |
| | | <a-table |
| | | ref="table" |
| | | size="middle" |
| | | :scroll="{x:true}" |
| | | :scroll="{x:'max-content',y:465}" |
| | | bordered |
| | | rowKey="id" |
| | | :columns="columns" |
| | |
| | | title: '报警号', |
| | | align: "center", |
| | | // sorter: true, |
| | | dataIndex: 'alarmCode' |
| | | dataIndex: 'alarmCode', |
| | | width:400 |
| | | }, |
| | | { |
| | | title: '报警内容', |
| | | align: "center", |
| | | // sorter: true, |
| | | dataIndex: 'alarmContent' |
| | | dataIndex: 'alarmContent', |
| | | width:400 |
| | | }, |
| | | |
| | | { |
| | | title: '设备驱动类型', |
| | | align: "center", |
| | | // sorter: true, |
| | | dataIndex: 'driveType' |
| | | dataIndex: 'driveType', |
| | | width:400 |
| | | }, |
| | | // { |
| | | // title: '是否过滤', |
| | |
| | | dataIndex:'isUse_dictText', |
| | | title: '是否过滤', |
| | | align: "center", |
| | | width:380 |
| | | // dictCode:'alarm_is_use' |
| | | }, |
| | | { |
| | |
| | | dataIndex: 'action', |
| | | align: "center", |
| | | fixed: "right", |
| | | width: 147, |
| | | width: 150, |
| | | scopedSlots: { customRender: 'action' } |
| | | } |
| | | ], |