| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- [
- {
- "title": "分类配置",
- "id": "categoryConfig",
- "action": "cagetoryConfig",
- "icon": "icon_fen_lei.png",
- "selectedIcon": "icon_fen_lei_click.png",
- "create" : true,
- "createAction" : "createCategory",
- "expand": true,
- "unselected" : true,
- "sub": []
- },
- {
- "title": "表单配置",
- "id": "formConfig",
- "action": "formConfig",
- "icon": "icon_biao_dan_pei_zhi.png",
- "selectedIcon": "icon_biao_dan_pei_zhi_click.png",
- "create" : true,
- "createAction" : "createForm",
- "expand": false,
- "sub": []
- },
- {
- "title": "列表配置",
- "id": "viewConfig",
- "action": "viewConfig",
- "icon": "icon_lie_biao.png",
- "selectedIcon": "icon_lie_biao_click.png",
- "create" : true,
- "createAction" : "createView",
- "expand": false,
- "sub": []
- },
- // {
- // "title": "数据视图配置",
- // "id": "queryViewConfig",
- // "action": "queryViewConfig",
- // "icon": "icon_shu_ju_pei_zhi.png",
- // "selectedIcon": "icon_shu_ju_pei_zhi_click.png",
- // "create" : true,
- // "createAction" : "createQueryView",
- // "expand": false,
- // "sub": []
- // },
- {
- "title": "数据配置",
- "id": "dataConfig",
- "action": "dataConfig",
- "icon": "icon_shu_ju_shi_tu.png",
- "selectedIcon": "icon_shu_ju_shi_tu_click.png",
- "create" : true,
- "createAction" : "createDataConfig",
- "expand": false,
- "sub": []
- },
- {
- "title": "脚本配置",
- "id": "scriptConfig",
- "action": "scriptConfig",
- "icon": "icon_jiao_ben.png",
- "selectedIcon": "icon_jiao_ben_click.png",
- "create" : true,
- "createAction" : "createScriptConfig" ,
- "expand": false,
- "sub": []
- },
- {
- "title": "资源文件",
- "id": "fileConfig",
- "action": "fileConfig",
- "icon": "icon_jiao_ben.png",
- "selectedIcon": "icon_jiao_ben_click.png",
- "create" : true,
- "createAction" : "createFileConfig",
- "expand": false,
- "sub": []
- },
- {
- "title": "栏目属性",
- "id": "applicationProperty",
- "action": "applicationProperty",
- "icon": "icon_lan_mu.png",
- "selectedIcon": "icon_lan_mu_click.png",
- "expand": false,
- "sub": []
- }
- ]
|