tree 优化

This commit is contained in:
zhanglipeng
2021-08-14 16:33:46 +08:00
parent 0830c786e1
commit 249c2ef099
6 changed files with 139 additions and 76 deletions

View File

@ -16,7 +16,7 @@
<el-tree
:data="treeOptions"
:props="defaultProps"
:expand-on-click-node="false"
:expand-on-click-node="true"
:filter-node-method="filterNode"
ref="tree"
default-expand-all