乐贴网
  • 首页
  • 程序语言
  • AI时代
  • SEO优化
  • 账号分享
  • 每日神器
  • 开源软件
  • 操作系统
  • 更多
    • 数据库
    • 框架
    • 移动开发
    • 人工智能
    • 区块链

antdesign vue 的tree树如何自定义子节点的title

vue.js 5年前 2288
+-
  1. 首页
  2. vue.js
  3. 正文

antdesign vue 的tree树如何自定义子节点的title
 <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显示在页面
imageimage

Spring BootSpring CloudDockerSpringnode.jsangularreact-nativeavalondjangovue.jshadoop.net
思否

相关推荐

ux-grid

ux-grid

vue.js 5年前 231
scss 中不能通过:export 导出scss变量

scss 中不能通过:export 导出scss变量

vue.js 5年前 644
完美解决 element-ui input=password 在浏览器会自动填充密码的问题

完美解决 element-ui input=password 在浏览器会自动填充密码的问题

vue.js 5年前 477
如何修改 antd vue 的默认样式

如何修改 antd vue 的默认样式

vue.js 5年前 887
el-tree父子节点相互关联操作

el-tree父子节点相互关联操作

vue.js 5年前 32
移动端 打印和导出excel 插件

移动端 打印和导出excel 插件

vue.js 4年前 71
eslint格式化vue文件配置,可格式化html和css部分

eslint格式化vue文件配置,可格式化html和css部分

vue.js 4年前 86
使用vite搭建vue项目

使用vite搭建vue项目

vue.js 5年前 367
解决vue-router跳转后元素内嵌滚动条自动回到顶部的问题。

解决vue-router跳转后元素内嵌滚动条自动回到顶部的问题。

vue.js 4年前 23
在vue项目中使用骨架屏

在vue项目中使用骨架屏

vue.js 4年前 33
ivew组件里面的upload可以实现批量文件上传嘛

ivew组件里面的upload可以实现批量文件上传嘛

vue.js 4年前 32
vs code插件 i18n-ally 构建和自动化翻译 实现国际化

vs code插件 i18n-ally 构建和自动化翻译 实现国际化

vue.js 4年前 85

Copyright © 2012 乐贴网 - All rights reserved