From f46660aeeef4964bc794046fe90482e2b4dd8d3f Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期日, 08 九月 2024 20:54:01 +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