tree-data-manager.json
上传用户:ouhalaa
上传日期:2016-03-17
资源大小:10210k
文件大小:1k
源码类别:

Web服务器

开发平台:

Java

  1. [{
  2.     text:'图书管理',
  3.     expanded: true,
  4.     children:[{
  5.         text:'图书信息管理',
  6.         id:'book-manage',
  7.         leaf:true
  8.     }]
  9. },{
  10.     text:'系统管理',
  11.     expanded: true,
  12.     children:[{
  13.         text:'分公司管理',
  14.         id:'company-manage',
  15.         leaf:true
  16.     },{
  17.         text:'部门管理',
  18.         id:'dept-manage',
  19.         leaf:true
  20.     },{
  21.         text:'用户管理',
  22.         id:'user-manage',
  23.         leaf:true
  24.     },{
  25.         text:'职务管理',
  26.         id:'duty-manage',
  27.         leaf:true
  28.     }]
  29. },{
  30.     text:'科目 & 分类管理',
  31.     children:[{
  32.         text:'科目管理',
  33.         id:'subject-manage',
  34.         leaf:true
  35.     },{
  36.         text:'分类管理',
  37.         id:'category-manage',
  38.         leaf:true
  39.     }]
  40. }]