1. element,v-table,嵌套树形结构,数据量过大,需设置lazy: true,分段请求数据,提高效率,优化页面显示
2.上述情况下,必须有的设置:
indent(有缩进,显示上下级关系明显)、row-key、expand-row-keys、tree-props
注意:① row-key和expand-row-keys中必须是选用同一个参数字段
② tree-props:{children: 'children',hasChildren: 'hasChildren'}
③ el-tree中的第一个元素的hasChildren值为false,子级元素中,存在下级对象hasChildren为true,反之则为false