|
|
@ -85,8 +85,8 @@ function ParkRecordTotal() { |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: "泊位号", |
|
|
|
dataIndex: "road", |
|
|
|
key: "road", |
|
|
|
dataIndex: "berth_id", |
|
|
|
key: "berth_id", |
|
|
|
width: 100, |
|
|
|
align: "center", |
|
|
|
}, |
|
|
@ -491,7 +491,7 @@ function ParkRecordTotal() { |
|
|
|
<div> |
|
|
|
<Descriptions title="停车场名称"> |
|
|
|
<Descriptions.Item label="停车场名称"> |
|
|
|
Zhou Maomao |
|
|
|
{item.road} |
|
|
|
</Descriptions.Item> |
|
|
|
<Descriptions.Item label="泊位号">{item.berth_id}</Descriptions.Item> |
|
|
|
<Descriptions.Item label="区域">{item.region}</Descriptions.Item> |
|
|
|