新增排队叫号功能
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user