新增排队叫号功能

This commit is contained in:
gyq
2024-12-12 09:33:01 +08:00
parent 0711d4b07d
commit 4b54fdaff1
12 changed files with 17112 additions and 93 deletions

View File

@@ -87,6 +87,11 @@ const menus = ref([
path: '/member',
icon: 'User'
},
{
label: '排队',
path: '/queue',
icon: 'Timer'
},
// {
// label: '交班',
// path: '/work',
@@ -233,7 +238,7 @@ defineExpose({
}
&.more {
margin-top: 120px;
margin-top: 90px;
}
.icon {