订单和详情页面优化

This commit is contained in:
geng.tang@qq.com
2024-01-30 09:06:29 +08:00
parent e2689b1856
commit fdff02a513
2 changed files with 11 additions and 8 deletions

View File

@@ -333,13 +333,10 @@
: { span: 8 } : { span: 8 }
" "
> >
<a-form-item label="联系电话" name="receiptPhone"/> <a-form-item label="联系电话" name="receiptPhone">
</a-col>
<!-- <a-col>
<a-form-item label="联系电话" name="receiptPhone">
<span>{{ data.receiptPhone }}</span> <span>{{ data.receiptPhone }}</span>
</a-form-item> </a-form-item>
</a-col> --> </a-col>
<a-col <a-col
v-bind=" v-bind="
styleResponsive styleResponsive

View File

@@ -274,11 +274,11 @@
key: 'orderNo', key: 'orderNo',
sorter: true sorter: true
}, },
{ /* {
title: '商品编号', title: '商品编号',
dataIndex: 'goodsId', dataIndex: 'goodsId',
key: 'goodsId' key: 'goodsId'
}, }, */
{ {
title: '电池型号', title: '电池型号',
dataIndex: 'batteryModel', dataIndex: 'batteryModel',
@@ -368,6 +368,12 @@
dataIndex: 'dealerPhone', dataIndex: 'dealerPhone',
ellipsis: true ellipsis: true
}, },
{
title: '实名用户',
key: 'realName',
dataIndex: 'realName',
ellipsis: true
},
{ {
title: '配送方式', title: '配送方式',
key: 'deliveryType', key: 'deliveryType',
@@ -385,7 +391,7 @@
], ],
filterMultiple: false filterMultiple: false
}, },
{ {
title: '创建时间', title: '创建时间',
dataIndex: 'createTime', dataIndex: 'createTime',