feat: 完成员工排班模块并统一门店抽屉底部操作样式
This commit is contained in:
@@ -55,6 +55,15 @@ const routes: RouteRecordRaw[] = [
|
||||
title: '费用设置',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'StoreStaff',
|
||||
path: '/store/staff',
|
||||
component: () => import('#/views/store/staff/index.vue'),
|
||||
meta: {
|
||||
icon: 'lucide:users',
|
||||
title: '员工排班',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'StoreDineIn',
|
||||
path: '/store/dine-in',
|
||||
|
||||
Reference in New Issue
Block a user