ws 11 months ago
parent
commit
640b12c49f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      industry-admin/src/views/source/itemGroup/itemChooseTree.vue

+ 4 - 4
industry-admin/src/views/source/itemGroup/itemChooseTree.vue

@@ -42,7 +42,7 @@
             <div style="height: calc(100% - 50px); overflow: auto">
               <!-- 树节点 -->
               <div style="height: 20vh;overflow: auto;">
-                <virtual-tree class="cy-group-tree" ref="itemTree" :data="treeData" :indent="10"
+                <!-- <virtual-tree class="cy-group-tree" ref="itemTree" :data="treeData" :indent="10"
                               node-key="id" :filter-node-method="filterLabelEvent" @node-click="handleLabelNodeClick"
                               :check-on-click-node="false" :show-checkbox="true" :highlight-current="true"
                               :default-expand-all="true">
@@ -51,15 +51,15 @@
                                            style="color: #e69a0f; margin-right: 5px;"/>
                                         <i v-else-if="node.expanded" class="el-icon-folder-opened"
                                            style="color: #e69a0f; margin-right: 5px;"/>
-                                        <i v-else class="el-icon-folder" style="color: #e69a0f; margin-right: 5px;"/>
+                                        <i v-else class="el-icon-folder" style="color: #e69a0f; margin-right: 5px;"/> -->
                                       <!-- <svg-icon v-if="data.isLeaf" icon-class="file-bg" />
                                       <svg-icon v-else-if="node.expanded" icon-class="folder-open" style="width: 1.2em" />
                                       <svg-icon v-else icon-class="folder" /> -->
-                                       <span :title="node.label || '-'" style="margin-left: 2px">{{
+                                      <!-- <span :title="node.label || '-'" style="margin-left: 2px">{{
                                             node.label
                                           }}</span>
                                     </span>
-                </virtual-tree>
+                </virtual-tree> -->
 				<c-tree ref="cTree" titleField="label" :render="renderTree" :checkable="true" :selectable="true" :filterMethod="filterLabelEvent" @click="handleLabelNodeClick2"></c-tree>
               </div>
               <!-- 树节点对应的叶节点 -->