menu.js 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. export const fwjg = [
  2. {
  3. icon: 'iconyonghu',
  4. index: '2',
  5. title: '用户管理',
  6. subs: [
  7. {
  8. icon: 'el-icon-s-home',
  9. index: '/adminCenter/organization',
  10. title: '企业管理',
  11. },
  12. {
  13. icon: 'el-icon-s-home',
  14. index: '/adminCenter/mechanism',
  15. title: '机构管理',
  16. },
  17. {
  18. icon: 'el-icon-s-home',
  19. index: '/adminCenter/expert',
  20. title: '专家管理',
  21. },
  22. ],
  23. },
  24. {
  25. icon: 'iconchaoshi1',
  26. index: '3',
  27. title: '技术超市管理',
  28. subs: [
  29. {
  30. icon: 'el-icon-s-home',
  31. index: '/adminCenter/product?type=1',
  32. title: '技术成果',
  33. },
  34. {
  35. icon: 'el-icon-s-home',
  36. index: '/adminCenter/patent',
  37. title: 'e专利',
  38. },
  39. {
  40. icon: 'el-icon-s-home',
  41. index: '/adminCenter/product?type=2',
  42. title: '商务服务',
  43. },
  44. ],
  45. },
  46. {
  47. icon: 'iconxinwenzixun',
  48. index: '/adminCenter/news',
  49. title: '新闻资讯管理',
  50. },
  51. {
  52. icon: 'iconpeixun',
  53. index: '4',
  54. title: '宣传培训管理',
  55. subs: [
  56. {
  57. icon: 'el-icon-s-home',
  58. index: '/adminCenter/online',
  59. title: '信息发布',
  60. },
  61. {
  62. icon: 'el-icon-s-home',
  63. index: '/adminCenter/openinfo',
  64. title: '信息公开',
  65. },
  66. ],
  67. },
  68. {
  69. icon: 'iconzhengce1',
  70. index: '5',
  71. title: '政策服务管理',
  72. subs: [
  73. {
  74. icon: 'el-icon-s-home',
  75. index: '/adminCenter/policy?type=研发补贴',
  76. title: '研发补贴',
  77. },
  78. {
  79. icon: 'el-icon-s-home',
  80. index: '/adminCenter/policy?type=奖励兑现',
  81. title: '奖励兑现',
  82. },
  83. {
  84. icon: 'el-icon-s-home',
  85. index: '/adminCenter/policy?type=创新券',
  86. title: '创新券',
  87. },
  88. ],
  89. },
  90. {
  91. icon: 'iconzhengce1',
  92. index: '6',
  93. title: '高企申报管理',
  94. subs: [
  95. {
  96. icon: 'el-icon-s-home',
  97. index: '/adminCenter/ticket?status=0',
  98. title: '资质审查中',
  99. },
  100. {
  101. icon: 'el-icon-s-home',
  102. index: '/adminCenter/ticket?status=-1',
  103. title: '资质审查失败',
  104. },
  105. {
  106. icon: 'el-icon-s-home',
  107. index: '/adminCenter/ticket?status=1',
  108. title: '企业准备订单',
  109. },
  110. {
  111. icon: 'el-icon-s-home',
  112. index: '/adminCenter/ticket?status=2',
  113. title: '信息资料审查中',
  114. },
  115. {
  116. icon: 'el-icon-s-home',
  117. index: '/adminCenter/ticket?status=-3',
  118. title: '信息资料审查失败',
  119. },
  120. {
  121. icon: 'el-icon-s-home',
  122. index: '/adminCenter/ticket?status=3',
  123. title: '订单入库',
  124. },
  125. {
  126. icon: 'el-icon-s-home',
  127. index: '/adminCenter/ticket?status=4',
  128. title: '高企申报成功',
  129. },
  130. ],
  131. },
  132. ];
  133. export const qy = [
  134. {
  135. icon: 'iconjibenxinxi',
  136. index: '/adminCenter/company/basic',
  137. title: '基本信息管理',
  138. },
  139. {
  140. icon: 'iconchaoshi1',
  141. index: '/adminCenter/company/product',
  142. title: '信息发布',
  143. },
  144. {
  145. icon: 'iconzhengce1',
  146. index: '3',
  147. title: '政策服务',
  148. subs: [
  149. {
  150. icon: 'iconzhengce1',
  151. index: '/adminCenter/company/cognizance',
  152. title: '高企申报',
  153. },
  154. {
  155. icon: 'iconzhengce1',
  156. index: '/adminCenter/company/subsidy',
  157. title: '研发补贴',
  158. },
  159. {
  160. icon: 'iconzhengce1',
  161. index: '/adminCenter/company/reward',
  162. title: '奖励兑现',
  163. },
  164. {
  165. icon: 'iconzhengce1',
  166. index: '/adminCenter/company/coupons',
  167. title: '创新券申领',
  168. },
  169. ],
  170. },
  171. ];
  172. export const zjjg = [
  173. {
  174. icon: 'iconjibenxinxi',
  175. index: '/adminCenter/inter/basic',
  176. title: '基本信息管理',
  177. },
  178. {
  179. icon: 'iconzhengce1',
  180. index: '2',
  181. title: '高企申报审核管理',
  182. subs: [
  183. {
  184. icon: 'el-icon-s-home',
  185. index: '/adminCenter/inter/ticket?status=2',
  186. title: '待审核',
  187. },
  188. {
  189. icon: 'el-icon-s-home',
  190. index: '/adminCenter/inter/ticket?status=3',
  191. title: '上传合同',
  192. },
  193. ],
  194. },
  195. ];
  196. export const zj = [
  197. {
  198. icon: 'iconjibenxinxi',
  199. index: '/adminCenter/experts/basic',
  200. title: '基本信息管理',
  201. },
  202. {
  203. icon: 'iconchaoshi1',
  204. index: '/adminCenter/experts/product',
  205. title: '信息发布',
  206. },
  207. ];