提交 e26471f7 作者: 龚洪江

功能:消耗管理,需求订单权限id添加

上级 c4f559ee
...@@ -312,30 +312,6 @@ export const routerList: Array<RouteObjectType> = [ ...@@ -312,30 +312,6 @@ export const routerList: Array<RouteObjectType> = [
], ],
}, },
{ {
path: '/depleteManage',
element: <LayoutView />,
errorElement: <ErrorPage />,
meta: {
id: 300,
icon: <AccountBookOutlined />,
title: '消耗管理',
develop: true,
},
children: [
{
path: '/depleteManage/withDrawList',
element: withLoadingComponent(<WithDrawListView />),
errorElement: <ErrorPage />,
meta: {
id: 302,
title: '提现列表',
icon: <SolutionOutlined />,
develop: true,
},
},
],
},
{
path: '/flyerCenter', path: '/flyerCenter',
element: <LayoutView />, element: <LayoutView />,
errorElement: <ErrorPage />, errorElement: <ErrorPage />,
...@@ -564,10 +540,9 @@ export const routerList: Array<RouteObjectType> = [ ...@@ -564,10 +540,9 @@ export const routerList: Array<RouteObjectType> = [
element: withLoadingComponent(<ProcurementOrder />), element: withLoadingComponent(<ProcurementOrder />),
errorElement: <ErrorPage />, errorElement: <ErrorPage />,
meta: { meta: {
id: 10070, id: 840,
title: '采购订单', title: '采购订单',
icon: <ShoppingOutlined />, icon: <ShoppingOutlined />,
develop: true,
}, },
}, },
{ {
...@@ -639,10 +614,9 @@ export const routerList: Array<RouteObjectType> = [ ...@@ -639,10 +614,9 @@ export const routerList: Array<RouteObjectType> = [
element: withLoadingComponent(<DemandOrderListView />), element: withLoadingComponent(<DemandOrderListView />),
errorElement: <ErrorPage />, errorElement: <ErrorPage />,
meta: { meta: {
id: 10050, id: 850,
title: '需求订单', title: '需求订单',
icon: <CreditCardOutlined />, icon: <CreditCardOutlined />,
develop: true,
}, },
}, },
{ {
...@@ -1054,6 +1028,28 @@ export const routerList: Array<RouteObjectType> = [ ...@@ -1054,6 +1028,28 @@ export const routerList: Array<RouteObjectType> = [
// }, // },
], ],
}, },
{
path: '/depleteManage',
element: <LayoutView />,
errorElement: <ErrorPage />,
meta: {
id: 2400,
icon: <AccountBookOutlined />,
title: '消耗管理',
},
children: [
{
path: '/depleteManage/withDrawList',
element: withLoadingComponent(<WithDrawListView />),
errorElement: <ErrorPage />,
meta: {
id: 2410,
title: '提现列表',
icon: <SolutionOutlined />,
},
},
],
},
// { // {
// path: '/couponManage', // path: '/couponManage',
// element: <LayoutView />, // element: <LayoutView />,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论