优化报警提示
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="cart_wrap card" v-loading="cartLoading">
|
<div class="cart_wrap card" v-loading="cartLoading">
|
||||||
<div class="menu_top">
|
<div class="menu_top">
|
||||||
@@ -197,8 +198,7 @@
|
|||||||
</el-drawer>
|
</el-drawer>
|
||||||
<!-- <takeFoodCode ref="takeFoodCodeRef" title="修改取餐号" placeholder="请输入取餐号" @success="takeFoodCodeSuccess" /> -->
|
<!-- <takeFoodCode ref="takeFoodCodeRef" title="修改取餐号" placeholder="请输入取餐号" @success="takeFoodCodeSuccess" /> -->
|
||||||
<!-- 结算订单 -->
|
<!-- 结算订单 -->
|
||||||
<settleAccount ref="settleAccountRef" :cart="cartList" :amount="cartInfo.totalAmount" :remark="goodsStore.remark"
|
<settleAccount ref="settleAccountRef" :amount="cartInfo.totalAmount" :remark="goodsStore.remark" @success="" />
|
||||||
:orderInfo="orderInfo" @success="" />
|
|
||||||
<!-- 快捷收银 -->
|
<!-- 快捷收银 -->
|
||||||
<fastCashier ref="fastCashierRef" type="0" />
|
<fastCashier ref="fastCashierRef" type="0" />
|
||||||
<!-- 挂起订单 -->
|
<!-- 挂起订单 -->
|
||||||
@@ -209,6 +209,7 @@
|
|||||||
<SelectVipUser ref="SelectVipUserRef" @success="selectUser" />
|
<SelectVipUser ref="SelectVipUserRef" @success="selectUser" />
|
||||||
<!-- 修改就餐人数 -->
|
<!-- 修改就餐人数 -->
|
||||||
<takeFoodCode ref="takeFoodCodeRef" title="修改就餐人数" placeholder="请输入就餐人数" @success="updateSeatNum" />
|
<takeFoodCode ref="takeFoodCodeRef" title="修改就餐人数" placeholder="请输入就餐人数" @success="updateSeatNum" />
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ const statusList = {
|
|||||||
text: '用户未订阅'
|
text: '用户未订阅'
|
||||||
},
|
},
|
||||||
0: {
|
0: {
|
||||||
type: 'danger',
|
type: 'error',
|
||||||
text: '失败'
|
text: '失败'
|
||||||
},
|
},
|
||||||
1: {
|
1: {
|
||||||
|
|||||||
Reference in New Issue
Block a user