BUG 30094
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user