fix bug
This commit is contained in:
@@ -283,7 +283,7 @@
|
||||
</a-table>
|
||||
</a-spin>
|
||||
</a-card>
|
||||
<a-card title="缴费记录" class="order-card">
|
||||
<a-card title="租期记录" class="order-card">
|
||||
<a-spin :spinning="loading">
|
||||
<a-table
|
||||
:data-source="renewOrderList"
|
||||
@@ -409,7 +409,7 @@
|
||||
: { span: 8 }
|
||||
"
|
||||
>
|
||||
<a-form-item label="单位地址" name="officeAddress">
|
||||
<a-form-item label="收货地址" name="officeAddress">
|
||||
<span>{{ data.officeAddress }}</span>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
@@ -630,7 +630,7 @@ const columns2 = ref<ColumnItem[]>([
|
||||
key: 'payTime'
|
||||
},
|
||||
{
|
||||
title: '逾期状态',
|
||||
title: '使用天数',
|
||||
dataIndex: 'expirationDay',
|
||||
key: 'expirationDay'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user