优化服务员名称

This commit is contained in:
gyq 2024-03-14 17:30:14 +08:00
parent 286f6206f1
commit cacbda0424
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<div class="info">
<div class="master_id">{{ props.masterId }}</div>
<div class="btm">
<span class="p">服务员{{ store.userInfo.shopName || '' }}</span>
<span class="p">服务员{{ store.userInfo.shopName || '暂无' }}</span>
<span class="t">03-01 09:05</span>
</div>
</div>