修改订单详情,未选择用户显示服务员下单
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
})
|
||||
|
||||
const seatFeePrice = computed(() => {
|
||||
if (props.seatFee.totalAmount) {
|
||||
if (!props.seatFee.totalAmount) {
|
||||
return 0
|
||||
}
|
||||
const n = props.seatFee.totalAmount * (props.seatFee.status == 'return' ? 0 : 1)
|
||||
|
||||
Reference in New Issue
Block a user