BUG 30094

This commit is contained in:
aixianling
2022-06-08 10:06:18 +08:00
parent e20e479697
commit c9dc8940ed

View File

@@ -44,6 +44,11 @@
:check-strictly="true" show-checkbox :check-strictly="true" show-checkbox
:default-checked-keys="treeObj.checkedKeys" default-expand-all :default-checked-keys="treeObj.checkedKeys" default-expand-all
@check="onCheckChange"> @check="onCheckChange">
<template slot-scope="{node,data}">
<el-tooltip :content="node.label">
<div class="el-tree-node__label" v-text="node.label"/>
</el-tooltip>
</template>
</el-tree> </el-tree>
</div> </div>
<div class="dialog-footer" slot="footer"> <div class="dialog-footer" slot="footer">