From 7fbe0f95cf428eb516f9015adae8bbe4baf539d4 Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期五, 25 七月 2025 11:01:15 +0800 Subject: [PATCH] 安灯管理列表筛选条件修改 --- src/views/dnc/base/modules/DeviceStructure/DeviceStructureMain.vue | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/dnc/base/modules/DeviceStructure/DeviceStructureMain.vue b/src/views/dnc/base/modules/DeviceStructure/DeviceStructureMain.vue index fe7a04a..259d088 100644 --- a/src/views/dnc/base/modules/DeviceStructure/DeviceStructureMain.vue +++ b/src/views/dnc/base/modules/DeviceStructure/DeviceStructureMain.vue @@ -3,12 +3,12 @@ <template v-if="+currentTreeNodeInfo.type===2"> <div style="height: 100%;max-height: 748px"> <!--浜у搧缁撴瀯鏍戝彸渚ч《閮ㄥ尯鍩�--> - <div style="height: 45%;overflow: hidden"> + <div style="height: 55%;overflow: hidden"> <DeviceStructureMainTop :size="containerSize" ref="mainTopRef" :currentTreeNodeInfo="currentTreeNodeInfo"/> </div> <!--浜у搧缁撴瀯鏍戝彸渚у簳閮ㄥ尯鍩�--> - <div style="height: 55%;overflow: hidden"> + <div style="height: 45%;overflow: hidden"> <DeviceStructureMainBottom :size="containerSize" :currentTreeNodeInfo="currentTreeNodeInfo"/> </div> </div> @@ -16,7 +16,7 @@ <template v-else> <a-tabs> - <a-tab-pane :key="1" tab="杞﹂棿灞炴��"> + <a-tab-pane :key="1" tab="灞炴��"> <WorkshopInfo :currentLevelDetails="currentTreeNodeInfo" :size="containerSize"/> </a-tab-pane> </a-tabs> @@ -37,7 +37,7 @@ DeviceStructureMainBottom }, created() { - this.$bus.$on('sendCurrentTreeNodeInfo', this.receiveCurrentTreeNodeInfo) + this.$bus.$on('sendDeviceTreeNodeInfo', this.receiveCurrentTreeNodeInfo) }, data() { return { @@ -58,7 +58,6 @@ if (this.$refs.mainTopRef) this.$refs.mainTopRef.releaseLoadDocumentListApi() }) } - console.log('currentTreeNodeInfo------------------', this.currentTreeNodeInfo) } } } -- Gitblit v1.9.3