<div class="fl tree-wrapper">
<a-tree
:tree-data="treeList"
:replace-fields="replaceFields"
@select="onSelect"
:checkStrictly="true"
/>
</div>
replaceFields: {
title: "identityName",
key: "identityId",
children: "groups",
},
如何修改子节点里面的title显示在页面
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…