车船信息

This commit is contained in:
duanliang
2025-04-15 09:29:40 +08:00
parent 2764037d64
commit 612f67869b
8 changed files with 913 additions and 9 deletions

View File

@@ -203,6 +203,7 @@
otherLeftLabel.value = '其他酒店'
otherRightLabel.value = '其他场馆'
pubSub.publish('hotelChange', item)
// console.log(item,'hotelChange')
break
}
}
@@ -235,11 +236,16 @@
{ name: '交通', path: '/traffic' }
]
navRight.value = [
{ name:'车船', path:'/vehicles'},
{ name: '工单', path: '/workOrder' },
{ name: '舆情', path: '/sentiment' },
{ name: '酒店', path: '/hotel' }
]
break
case '/vehicles':
title.value = '车船信息'
isBack.value = true
break
case '/scenic':
otherLeftLabel.value = '其他景区'
isSkip.value = false