feat: 添加订单大厅看板 UI(四列看板 + 声音提醒 + 桌面通知)
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 56s

This commit is contained in:
2026-02-27 13:18:54 +08:00
parent 42bf54a52c
commit 23e696719b
21 changed files with 1298 additions and 0 deletions

View File

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