问题修复

This commit is contained in:
2025-11-27 19:01:45 +08:00
parent 3bb09ef0b1
commit fd55c815d3
11 changed files with 83 additions and 42 deletions

View File

@@ -221,7 +221,7 @@
</view>
<view class="u-m-l-20"> 返回 </view>
</view>
<view class="u-flex">
<view class="u-flex" v-if="accountStore.isPayAfter">
<text class="color-333 u-m-r-20"
>上菜方式{{ returnServingStyleName(subStatus) }}</text
>
@@ -577,7 +577,7 @@ function getshopsInfo() {
async function workerConfirm() {
//debugger
// form.workerAccount=18888888888
form.workerAccount=accountStore.staffUserName
if (!form.workerAccount) {
return infoBox.showToast("请输入服务员账号");
}