From eef1ef0be935d4a3d8fc691b2666f41796b2d4a5 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期一, 04 十一月 2024 19:57:08 +0800
Subject: [PATCH] 增加列表显示

---
 src/views/console/system/vision-component-modify.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/console/system/vision-component-modify.vue b/src/views/console/system/vision-component-modify.vue
index 2b3efda..a213396 100644
--- a/src/views/console/system/vision-component-modify.vue
+++ b/src/views/console/system/vision-component-modify.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2024-04-09 22:18:47
  * @LastEditors: Sneed
- * @LastEditTime: 2024-04-13 22:10:21
+ * @LastEditTime: 2024-06-16 16:17:45
  * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/console/system/vision-component-modify.vue
 -->
 <template>
@@ -9,8 +9,8 @@
         <el-card shadow="never">
             <el-container>
                 <el-aside width="220px">
-                    <el-tree default-expand-all style="max-width: 600px" :data="treeData" :props="defaultProps"
-                        @node-click="handleNodeClick" />
+                    <el-tree :expand-on-click-node="false" default-expand-all style="max-width: 600px" :data="treeData"
+                        :props="defaultProps" @node-click="handleNodeClick" />
                 </el-aside>
                 <el-container>
                     <el-header style="justify-content: flex-start;">

--
Gitblit v1.9.3