|
|
@ -847,7 +847,7 @@ function ParkingCardOrder() { |
|
|
|
{listItem?.effective_start || '---'} |
|
|
|
</Descriptions.Item> |
|
|
|
<Descriptions.Item style={{ margin: '20px' }} label="有效天数" span={3}> |
|
|
|
{listItem?.days || '---'} |
|
|
|
{listItem?.days || '---'}天 |
|
|
|
</Descriptions.Item> |
|
|
|
<Descriptions.Item style={{ margin: '20px' }} label="生效结束日期" span={1.5}> |
|
|
|
{listItem?.effective_end || '---'} |
|
|
|