优化报警提示

This commit is contained in:
gyq
2026-05-07 14:32:51 +08:00
parent 0b8fe251bf
commit 1ed8fa8c8e
2 changed files with 166 additions and 165 deletions

View File

@@ -1,4 +1,5 @@
<template>
<div>
<div class="content">
<div class="cart_wrap card" v-loading="cartLoading">
<div class="menu_top">
@@ -197,8 +198,7 @@
</el-drawer>
<!-- <takeFoodCode ref="takeFoodCodeRef" title="修改取餐号" placeholder="请输入取餐号" @success="takeFoodCodeSuccess" /> -->
<!-- 结算订单 -->
<settleAccount ref="settleAccountRef" :cart="cartList" :amount="cartInfo.totalAmount" :remark="goodsStore.remark"
:orderInfo="orderInfo" @success="" />
<settleAccount ref="settleAccountRef" :amount="cartInfo.totalAmount" :remark="goodsStore.remark" @success="" />
<!-- 快捷收银 -->
<fastCashier ref="fastCashierRef" type="0" />
<!-- 挂起订单 -->
@@ -209,6 +209,7 @@
<SelectVipUser ref="SelectVipUserRef" @success="selectUser" />
<!-- 修改就餐人数 -->
<takeFoodCode ref="takeFoodCodeRef" title="修改就餐人数" placeholder="请输入就餐人数" @success="updateSeatNum" />
</div>
</template>
<script setup>

View File

@@ -29,7 +29,7 @@ const statusList = {
text: '用户未订阅'
},
0: {
type: 'danger',
type: 'error',
text: '失败'
},
1: {