| src/views/Home/Home.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/Home/HomeLeft/MachineNestList.vue | ●●●●● patch | view | raw | blame | history |
src/views/Home/Home.vue
@@ -1,4 +1,5 @@ <template> <div :key="selectedAreaCode"> <!-- 单个机巢页面--> <SignMachineNest v-if="singleUavHome?.device_sn" /> <!-- 事件概述详细信息页面--> @@ -10,6 +11,8 @@ <HomeLeft /> <HomeRight /> </template> </div> <SearchBox /> <RSide /> @@ -35,6 +38,10 @@ const singleUavHome = computed(() => store.state.home.singleUavHome) const isEventOverviewDetail = computed(() => store.state.home.isEventOverviewDetail) const isAINowFly = computed(() => store.state.home.footActiveIndex === 5) const userAreaCode = computed(() => store.state.user.userInfo.detail.areaCode) const selectedAreaCode = computed(() => store.state.user.selectedAreaCode) onUnmounted(() => { store.commit('setSingleUavHome', null) src/views/Home/HomeLeft/MachineNestList.vue
@@ -1,6 +1,6 @@ <!-- 机巢详情列表 --> <template> <common-title text="返回" :style="{ marginLeft: pxToRem(14) }" @details="detailsFun"></common-title> <common-title title="机巢概况" text="返回" :style="{ marginLeft: pxToRem(14) }" @details="detailsFun"></common-title> <div class="machine-nest-list"> <MachineNestTotal @searchNickName="handleSearch" /> <div class="content-wrapper">