style(): 资产结构树形结构

chao
chao 2024-04-22 19:06:07 +08:00
parent af80f804c4
commit dc17febe73
1 changed files with 2 additions and 23 deletions

View File

@ -34,29 +34,8 @@ export default {
},
//
assetStructureList: [],
childrenList: [
{
name: "sys_user",
as: "用户表",
dataTotal: 635847,
type: "dataTable",
childrenList: []
},
{
name: "sys_dept",
as: "部门表",
dataTotal: 362548,
type: "dataTable",
childrenList: []
},
{
name: "sys_notice",
as: "通知公告",
dataTotal: 6347,
type: "dataTable",
childrenList: []
}
]
//
childrenList: []
}
},
created() {