feat(custom): 新增后结功能模块
This commit is contained in:
@@ -22,16 +22,27 @@ export default {
|
||||
icon: 'material-symbols:auto-awesome-outline-rounded',
|
||||
},
|
||||
},
|
||||
// {
|
||||
// name: 'dhList',
|
||||
// path: 'dh_list',
|
||||
// component: () => import('./index/index.vue'),
|
||||
// meta: {
|
||||
// requireAuth: true,
|
||||
// title: '订单列表',
|
||||
// role: ['2'],
|
||||
// icon: 'material-symbols:auto-awesome-outline-rounded',
|
||||
// },
|
||||
// },
|
||||
{
|
||||
name: 'pendingList',
|
||||
path: 'pending_list',
|
||||
component: () => import('./index/index.vue'),
|
||||
meta: {
|
||||
// requireAuth: true,
|
||||
title: '后结订单',
|
||||
// role: ['2'],
|
||||
icon: 'material-symbols:auto-awesome-outline-rounded',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'pendingData',
|
||||
path: 'pending_data',
|
||||
component: () => import('./pengding_order_data/index.vue'),
|
||||
meta: {
|
||||
// requireAuth: true,
|
||||
title: '后结统计',
|
||||
// role: ['2'],
|
||||
icon: 'material-symbols:auto-awesome-outline-rounded',
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user