|
|
@ -81,42 +81,49 @@ function PileMonitor() { |
|
|
|
dataIndex: "device_name", |
|
|
|
key: "device_name", |
|
|
|
align: "center", |
|
|
|
render: (text, record, index) => text||"-", |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: "设备编码", |
|
|
|
dataIndex: "device_num", |
|
|
|
key: "device_num", |
|
|
|
align: "center", |
|
|
|
render: (text, record, index) => text||"-", |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: "设备类型", |
|
|
|
dataIndex: "device_type", |
|
|
|
key: "device_type", |
|
|
|
align: "center", |
|
|
|
render: (text, record, index) => text||"-", |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: "设备供应商", |
|
|
|
dataIndex: "device_vendor", |
|
|
|
key: "device_vendor", |
|
|
|
align: "center", |
|
|
|
render: (text, record, index) => text||"-", |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: "对接平台", |
|
|
|
dataIndex: "platform", |
|
|
|
key: "platform", |
|
|
|
align: "center", |
|
|
|
render: (text, record, index) => text||"-", |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: "车位锁状态", |
|
|
|
dataIndex: "lock_state_name", |
|
|
|
key: "lock_state_name", |
|
|
|
align: "center", |
|
|
|
render: (text, record, index) => text||"-", |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: "设备状态", |
|
|
|
dataIndex: "device_state_name", |
|
|
|
key: "device_state_name", |
|
|
|
align: "center", |
|
|
|
render: (text, record, index) => text||"-", |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: "操作", |
|
|
|