element ui table组件树形结构的坑
因为在项目中要用到element UI的table组件 要用到树形结构 根据看官网实现起来并不是很难只需要加上 row-key=" " :tree-props=" {children:‘children’}" 即可但是row-key因为后端不能返回来唯一的值 所以我只能自己添加 这个好说主要是:tree-props=" {children:‘children’}" 因为后端包数组的名字不叫children 按照api格式只要{chil