site.js 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. export const menu = [{
  2. index: '1',
  3. name: '基础信息',
  4. icon: 'wallet-filled',
  5. oneStare: true,
  6. children: [{
  7. index: '1-1',
  8. name: '基本信息',
  9. twoStare: true,
  10. route: 'pagesBasic/all/basic/index',
  11. },
  12. {
  13. index: '1-2',
  14. name: '研究方向',
  15. twoStare: true,
  16. route: 'pagesBasic/all/direction/index',
  17. },
  18. {
  19. index: '1-3',
  20. name: '参加单位',
  21. twoStare: true,
  22. route: 'pagesBasic/all/company/index',
  23. },
  24. {
  25. index: '1-4',
  26. name: '人员结构',
  27. twoStare: false,
  28. children: [{
  29. index: '1-4-1',
  30. name: '固定人员',
  31. route: 'pagesBasic/all/fixedPersonnel/index',
  32. },
  33. {
  34. index: '1-4-2',
  35. name: '流动人员',
  36. route: 'pagesBasic/all/flowPersonnel/index',
  37. },
  38. {
  39. index: '1-4-3',
  40. name: '学术委员会',
  41. route: 'pagesBasic/all/committee/index',
  42. },
  43. ],
  44. },
  45. {
  46. index: '1-5',
  47. name: '平台建设',
  48. route: 'pagesBasic/all/build/index',
  49. },
  50. ],
  51. },
  52. {
  53. index: '2',
  54. name: '平台建设情况及成果',
  55. icon: 'folder-add',
  56. oneStare: false,
  57. children: [{
  58. index: '2-1',
  59. name: '科研项目',
  60. twoStare: true,
  61. route: 'pagesBasic/all/science/index',
  62. },
  63. {
  64. index: '2-2',
  65. name: '代表性论文',
  66. twoStare: true,
  67. route: 'pagesBasic/all/paper/index',
  68. },
  69. {
  70. index: '2-3',
  71. name: '其他代表性成果',
  72. twoStare: true,
  73. route: 'pagesBasic/all/other/index',
  74. },
  75. {
  76. index: '2-4',
  77. name: '获奖情况',
  78. twoStare: true,
  79. route: 'pagesBasic/all/patent/index',
  80. },
  81. {
  82. index: '2-5',
  83. name: '成果转化',
  84. twoStare: true,
  85. route: 'pagesBasic/all/achieve/index',
  86. },
  87. {
  88. index: '2-6',
  89. name: '开放服务',
  90. twoStare: true,
  91. route: 'pagesBasic/all/technicalservice/index',
  92. },
  93. {
  94. index: '2-7',
  95. name: '设备及场地',
  96. twoStare: true,
  97. route: 'pagesBasic/all/equipmentCondition/index',
  98. },
  99. {
  100. index: '2-8',
  101. name: '学术交流',
  102. twoStare: false,
  103. children: [{
  104. index: '2-8-1',
  105. name: '省部级及以上活动',
  106. route: 'pagesBasic/all/socialservices/index',
  107. },
  108. {
  109. index: '2-8-2',
  110. name: '科普活动',
  111. route: 'pagesBasic/all/scienceactivities/index',
  112. },
  113. {
  114. index: '2-8-3',
  115. name: '发表/提交报告',
  116. route: 'pagesBasic/all/report/index',
  117. },
  118. ],
  119. },
  120. {
  121. index: '2-9',
  122. name: '队伍建设与人才培养',
  123. twoStare: false,
  124. children: [{
  125. index: '2-9-1',
  126. name: '人才称号',
  127. route: 'pagesBasic/all/personnelname/index',
  128. },
  129. {
  130. index: '2-9-2',
  131. name: '职称晋升',
  132. route: 'pagesBasic/all/title/index',
  133. },
  134. {
  135. index: '2-9-3',
  136. name: '博硕培养',
  137. route: 'pagesBasic/all/doctor/index',
  138. },
  139. ],
  140. },
  141. ],
  142. },
  143. {
  144. index: '3',
  145. name: '重要成果',
  146. icon: 'medal-filled',
  147. route: 'pagesBasic/all/outcome/index',
  148. },
  149. ];