|
|
@ -69,13 +69,13 @@ function PileMonitor() { |
|
|
|
}; |
|
|
|
//历史处理的表头 |
|
|
|
const columns = [ |
|
|
|
{ |
|
|
|
title: "序号", |
|
|
|
dataIndex: "id", |
|
|
|
key: "id", |
|
|
|
align: "center", |
|
|
|
render: (text, record, index) => index + 1, |
|
|
|
}, |
|
|
|
// { |
|
|
|
// title: "序号", |
|
|
|
// dataIndex: "id", |
|
|
|
// key: "id", |
|
|
|
// align: "center", |
|
|
|
// render: (text, record, index) => index + 1, |
|
|
|
// }, |
|
|
|
{ |
|
|
|
title: "设备名称", |
|
|
|
dataIndex: "device_name", |
|
|
@ -170,6 +170,7 @@ function PileMonitor() { |
|
|
|
tableData={tableData} |
|
|
|
formSearch={formSearch} |
|
|
|
pagename="电桩监控" |
|
|
|
showSerial={true} |
|
|
|
// mandatory={['plate','berth_id']} |
|
|
|
// mandatory_name={['车牌号或泊位号']} |
|
|
|
pageName={'pileMonitor'} |
|
|
|