fix(shop): 更新经销商资金页面关联订单字段
- 将 orderId 字段更改为 orderNo - 移除了固定宽度设置 -保留了居中对齐和自定义渲染逻辑
This commit is contained in:
@@ -155,10 +155,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '关联订单',
|
title: '关联订单',
|
||||||
dataIndex: 'orderId',
|
dataIndex: 'orderNo',
|
||||||
key: 'orderId',
|
key: 'orderNo',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 120,
|
|
||||||
customRender: ({ text }) => text || '-'
|
customRender: ({ text }) => text || '-'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user