4.2
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
</div>
|
||||
<div class="box-2">
|
||||
<Title1 title="异常信息 " />
|
||||
<div class="count-box flex">
|
||||
<div @click="handleToWorkOrder" class="count-box flex">
|
||||
<count-item
|
||||
v-for="item in scenicStore.secureData.headList"
|
||||
:label="item.name"
|
||||
@@ -342,6 +342,9 @@
|
||||
router.replace('/traffic')
|
||||
// traMapShow.value = true
|
||||
}
|
||||
const handleToWorkOrder = ()=>{
|
||||
router.replace('/workOrder')
|
||||
}
|
||||
const garageList = computed(() => {
|
||||
return scenicStore.stopCarData.headList
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user