bda9ac46 by zhangmeng

Merge remote-tracking branch 'origin/dev' into dev

2 parents 85bea01c 000585fa
...@@ -308,7 +308,7 @@ async function paymentHandle() { ...@@ -308,7 +308,7 @@ async function paymentHandle() {
308 } 308 }
309 if (currSeat.value.length != orderForm.value.customerIds.length) { 309 if (currSeat.value.length != orderForm.value.customerIds.length) {
310 ElMessage({ 310 ElMessage({
311 message: language.value == 0 ? '座位数与人数不一致' : '', 311 message: language.value == 0 ? '座位数与人数不一致' : 'Seat number is inconsistent with the number of people',
312 type: 'error' 312 type: 'error'
313 }) 313 })
314 return 314 return
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!