feat(custom): 新增后结功能模块

This commit is contained in:
2024-03-04 21:20:05 +08:00
parent ab960e139f
commit 8354c2ae72
10 changed files with 375 additions and 63 deletions

View File

@@ -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',
},
},
],
}