取消限制

This commit is contained in:
gyq
2024-12-19 15:35:29 +08:00
parent 00172f75e7
commit bbd99a1942
5 changed files with 25 additions and 15846 deletions

View File

@@ -87,11 +87,11 @@ const menus = ref([
path: '/member',
icon: 'User'
},
// {
// label: '排队',
// path: '/queue',
// icon: 'Timer'
// },
{
label: '排队',
path: '/queue',
icon: 'Timer'
},
// {
// label: '交班',
// path: '/work',

View File

@@ -7,8 +7,8 @@
<div class="drawerbox_bo_top_left_one" style="font-size: 24px;">
{{ store.userInfo.shopName }}
</div>
<!-- <div class="tips" style="margin-top: 4px; color: var(--el-color-warning);" v-if="!showTips">注意您的账号将于{{
store.userInfo.expireDate }}后过期请尽快续期</div> -->
<div class="tips" style="margin-top: 4px; color: var(--el-color-warning);" v-if="!showTips">注意您的账号将于{{
store.userInfo.expireDate }}后过期请尽快续期</div>
<div class="drawerbox_bo_top_left_tow" style="margin-top: 10px">
收银员{{ store.userInfo.loginAccount }}
</div>