123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- [
- // {
- // "title": "选择器配置",
- // "id": "1.1",
- // "action": "selectConfig",
- // "icon": "query_select.png",
- // "expand": false,
- // "sub": []
- // },
- // {
- // "title": "菜单配置",
- // "id": "1.1",
- // "action": "menuConfig",
- // "icon": "portal_menu.png",
- // "expand": false,
- // "sub": []
- // },
- {
- "title": MWF.xApplication.query.QueryManager.LP.navi.viewConfig,
- "id": "1.1",
- "action": "viewConfig",
- "icon": "query_view.png",
- "expand": false,
- "sub": []
- },
- {
- "title": MWF.xApplication.query.QueryManager.LP.navi.statConfig,
- "id": "1.1",
- "action": "statConfig",
- "icon": "query_stat.png",
- "expand": false,
- "sub": []
- },
- {
- "title": MWF.xApplication.query.QueryManager.LP.navi.tableConfig,
- "id": "1.1",
- "action": "tableConfig",
- "icon": "query_table.png",
- "expand": false,
- "sub": []
- },
- {
- "title": MWF.xApplication.query.QueryManager.LP.navi.statementConfig,
- "id": "1.1",
- "action": "statementConfig",
- "icon": "query_statement.png",
- "expand": false,
- "sub": []
- },
- {
- "title": MWF.xApplication.query.QueryManager.LP.navi.importerConfig,
- "id": "1.1",
- "action": "importerConfig",
- "icon": "query_importer.png",
- "expand": false,
- "sub": []
- },
- // {
- // "title": "展示配置",
- // "id": "1.1",
- // "action": "revealConfig",
- // "icon": "portal_reveal.png",
- // "expand": false,
- // "sub": []
- // },
- {
- "title": MWF.xApplication.query.QueryManager.LP.navi.queryProperty,
- "id": "1.1",
- "action": "queryProperty",
- "icon": "query_property.png",
- "expand": false,
- "sub": []
- }
- ]
|