订单和详情页面优化
This commit is contained in:
@@ -333,13 +333,10 @@
|
||||
: { span: 8 }
|
||||
"
|
||||
>
|
||||
<a-form-item label="联系电话" name="receiptPhone"/>
|
||||
</a-col>
|
||||
<!-- <a-col>
|
||||
<a-form-item label="联系电话" name="receiptPhone">
|
||||
<a-form-item label="联系电话" name="receiptPhone">
|
||||
<span>{{ data.receiptPhone }}</span>
|
||||
</a-form-item>
|
||||
</a-col> -->
|
||||
</a-col>
|
||||
<a-col
|
||||
v-bind="
|
||||
styleResponsive
|
||||
|
||||
@@ -274,11 +274,11 @@
|
||||
key: 'orderNo',
|
||||
sorter: true
|
||||
},
|
||||
{
|
||||
/* {
|
||||
title: '商品编号',
|
||||
dataIndex: 'goodsId',
|
||||
key: 'goodsId'
|
||||
},
|
||||
}, */
|
||||
{
|
||||
title: '电池型号',
|
||||
dataIndex: 'batteryModel',
|
||||
@@ -368,6 +368,12 @@
|
||||
dataIndex: 'dealerPhone',
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
title: '实名用户',
|
||||
key: 'realName',
|
||||
dataIndex: 'realName',
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
title: '配送方式',
|
||||
key: 'deliveryType',
|
||||
@@ -385,7 +391,7 @@
|
||||
],
|
||||
filterMultiple: false
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
title: '创建时间',
|
||||
dataIndex: 'createTime',
|
||||
|
||||
Reference in New Issue
Block a user