feat: 代客下单修改,订单列表详情退款修改
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<div>清空</div>
|
||||
</template>
|
||||
<template #input>
|
||||
<div class="u-p-l-20 u-p-r-20 u-flex w-full">
|
||||
<div class="u-flex w-full">
|
||||
<el-input
|
||||
placeholder="请输入就餐人数"
|
||||
v-model="number"
|
||||
@@ -27,8 +27,8 @@
|
||||
</template>
|
||||
</key-board>
|
||||
<div class="confirm_btns">
|
||||
<el-button @click="close">取消</el-button>
|
||||
<el-button type="primary" @click="confirm">确定</el-button>
|
||||
<el-button size="large" @click="close">取消</el-button>
|
||||
<el-button size="large" type="primary" @click="confirm">确定</el-button>
|
||||
</div>
|
||||
</div>
|
||||
</el-dialog>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<div class="u-m-l-12">
|
||||
<p>
|
||||
<span class="name u-font-16">{{ user.nickName }}</span>
|
||||
<span class="vip" v-if="user.isVip">>VIP{{ user.isVip }}</span>
|
||||
<span class="vip" v-if="user.isVip">VIP{{ user.isVip }}</span>
|
||||
</p>
|
||||
<p class="u-font-14 color-666 u-m-t-10">
|
||||
<span class="money">余额:{{ user.amount }}</span>
|
||||
|
||||
Reference in New Issue
Block a user