发货订单列表移除上游单号列,文档弱化内部发货单号

- 前端订单表格删除「上游单号」列(商户无需关注)
- 对接文档 provider_order_no 标注为平台内部发货单号
- 后端 provider_order_no 保留(防重复发货标记)
This commit is contained in:
yml2213
2026-08-03 16:31:50 +08:00
parent 235ada0786
commit 8da9dcec43
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -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',