From 3931e2728f618d0090f129b2665bc1285c4440c3 Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期日, 03 十一月 2024 17:27:32 +0800 Subject: [PATCH] update --- 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