统一发货口径并保护结果数据

This commit is contained in:
yml2213
2026-07-31 17:45:20 +08:00
parent 4ae9ef53ff
commit 4aa5258c2d
17 changed files with 120 additions and 73 deletions
+2 -2
View File
@@ -66,7 +66,7 @@ const adminSections: SidebarSection[] = [
key: 'orders',
label: '订单管理',
icon: <OrderedListOutlined />,
children: [{ key: 'fulfillment-orders', label: '履约订单', path: '/merchant-orders' }],
children: [{ key: 'fulfillment-orders', label: '发货订单', path: '/merchant-orders' }],
},
{
key: 'staff',
@@ -110,7 +110,7 @@ const merchantSections: SidebarSection[] = [
key: 'orders',
label: '订单管理',
icon: <OrderedListOutlined />,
children: [{ key: 'fulfillment-orders', label: '履约订单', path: '/merchant-orders' }],
children: [{ key: 'fulfillment-orders', label: '发货订单', path: '/merchant-orders' }],
},
{
key: 'funds',