订单和详情页面优化

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 }
"
>
<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

View File

@@ -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',