startMenu.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. [
  2. // {
  3. // "title": "选择器配置",
  4. // "id": "1.1",
  5. // "action": "selectConfig",
  6. // "icon": "query_select.png",
  7. // "expand": false,
  8. // "sub": []
  9. // },
  10. // {
  11. // "title": "菜单配置",
  12. // "id": "1.1",
  13. // "action": "menuConfig",
  14. // "icon": "portal_menu.png",
  15. // "expand": false,
  16. // "sub": []
  17. // },
  18. {
  19. "title": MWF.xApplication.query.QueryManager.LP.navi.viewConfig,
  20. "id": "1.1",
  21. "action": "viewConfig",
  22. "icon": "query_view.png",
  23. "expand": false,
  24. "sub": []
  25. },
  26. {
  27. "title": MWF.xApplication.query.QueryManager.LP.navi.statConfig,
  28. "id": "1.1",
  29. "action": "statConfig",
  30. "icon": "query_stat.png",
  31. "expand": false,
  32. "sub": []
  33. },
  34. {
  35. "title": MWF.xApplication.query.QueryManager.LP.navi.tableConfig,
  36. "id": "1.1",
  37. "action": "tableConfig",
  38. "icon": "query_table.png",
  39. "expand": false,
  40. "sub": []
  41. },
  42. {
  43. "title": MWF.xApplication.query.QueryManager.LP.navi.statementConfig,
  44. "id": "1.1",
  45. "action": "statementConfig",
  46. "icon": "query_statement.png",
  47. "expand": false,
  48. "sub": []
  49. },
  50. {
  51. "title": MWF.xApplication.query.QueryManager.LP.navi.importerConfig,
  52. "id": "1.1",
  53. "action": "importerConfig",
  54. "icon": "query_importer.png",
  55. "expand": false,
  56. "sub": []
  57. },
  58. // {
  59. // "title": "展示配置",
  60. // "id": "1.1",
  61. // "action": "revealConfig",
  62. // "icon": "portal_reveal.png",
  63. // "expand": false,
  64. // "sub": []
  65. // },
  66. {
  67. "title": MWF.xApplication.query.QueryManager.LP.navi.queryProperty,
  68. "id": "1.1",
  69. "action": "queryProperty",
  70. "icon": "query_property.png",
  71. "expand": false,
  72. "sub": []
  73. }
  74. ]