feat: 添加订单大厅看板 UI(四列看板 + 声音提醒 + 桌面通知)
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 56s
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 56s
This commit is contained in:
@@ -11,6 +11,15 @@ const routes: RouteRecordRaw[] = [
|
||||
name: 'Order',
|
||||
path: '/order',
|
||||
children: [
|
||||
{
|
||||
name: 'OrderBoard',
|
||||
path: '/order/board',
|
||||
component: () => import('#/views/order/board/index.vue'),
|
||||
meta: {
|
||||
icon: 'lucide:layout-dashboard',
|
||||
title: '订单大厅',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'OrderAll',
|
||||
path: '/order/list',
|
||||
|
||||
Reference in New Issue
Block a user