发货订单列表移除上游单号列,文档弱化内部发货单号
- 前端订单表格删除「上游单号」列(商户无需关注) - 对接文档 provider_order_no 标注为平台内部发货单号 - 后端 provider_order_no 保留(防重复发货标记)
This commit is contained in:
@@ -529,7 +529,6 @@ export default function MerchantCenter({ fixedTab, title = '商户中心' }: Mer
|
||||
{ title: '手续费', dataIndex: 'service_fee_amount', width: 82, render: money },
|
||||
{ title: '扣款合计', dataIndex: 'amount', width: 88, render: money },
|
||||
{ title: '状态', dataIndex: 'order_status', width: 92, render: orderStatusTag },
|
||||
{ title: '上游单号', dataIndex: 'provider_order_no', width: 120, ellipsis: true, render: (v) => v || '-' },
|
||||
{
|
||||
title: '链接有效期',
|
||||
dataIndex: 'delivery_link_expires_at',
|
||||
|
||||
Reference in New Issue
Block a user