统一发货口径并保护结果数据
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user