This commit is contained in:
gyq
2025-02-10 10:27:28 +08:00
parent 44144c5ac7
commit 64ec515c01

View File

@@ -7,8 +7,9 @@
<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">注意您的账号将于{{
store.userInfo.expireDate }}后过期请尽快续期</div>
<div class="drawerbox_bo_top_left_tow" style="margin-top: 10px">
收银员{{ store.userInfo.loginAccount }}
</div>