Commit a66a59fb authored by youjie's avatar youjie

no message

parent 7a799f8d
......@@ -986,7 +986,8 @@ export default {
tian: '天',
ms: '訂單明細',
ds: '訂單總天數',
nt: '沒有訂單信息'
nt: '沒有訂單信息',
zuo: '座'
},
CharteredBus:{
jiesongdianfw: '接送點範圍',
......
......@@ -294,7 +294,7 @@ export default defineComponent({
.then(r => {
if (r.data.resultCode == ApiResult.SUCCESS) {
r.data.data.forEach((x:any)=>{
x.labelName = `${x.Name}(${x.SeatNum})`
x.labelName = `${x.Name}(${x.SeatNum}${$t('v102.vehicle.zuo')})`
})
data.vehicletop = r.data.data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment