menu.js 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  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/product?type=0',
  37. title: '科技需求',
  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: 'iconzhuanli',
  53. index: '/adminCenter/patent',
  54. title: '专利管理',
  55. },
  56. {
  57. icon: 'iconxiangmuluyan',
  58. index: '/adminCenter/roadShow',
  59. title: '路演管理',
  60. },
  61. {
  62. icon: 'iconpeixun',
  63. index: '/adminCenter/online',
  64. title: '宣传培训管理',
  65. },
  66. {
  67. icon: 'iconxinxiinformation38',
  68. index: '/adminCenter/openinfo',
  69. title: '信息公开管理',
  70. },
  71. {
  72. icon: 'iconzhengce1',
  73. index: '/adminCenter/policy',
  74. title: '高企政策服务管理',
  75. },
  76. {
  77. icon: 'iconzhengce1',
  78. index: '4',
  79. title: '创新劵服务管理',
  80. subs: [
  81. {
  82. icon: 'el-icon-s-home',
  83. index: '/adminCenter/ticket?status=0',
  84. title: '资质审查中',
  85. },
  86. {
  87. icon: 'el-icon-s-home',
  88. index: '/adminCenter/ticket?status=-1',
  89. title: '资质审查失败',
  90. },
  91. {
  92. icon: 'el-icon-s-home',
  93. index: '/adminCenter/ticket?status=1',
  94. title: '企业准备订单',
  95. },
  96. {
  97. icon: 'el-icon-s-home',
  98. index: '/adminCenter/ticket?status=2',
  99. title: '信息资料审查中',
  100. },
  101. {
  102. icon: 'el-icon-s-home',
  103. index: '/adminCenter/ticket?status=-3',
  104. title: '信息资料审查失败',
  105. },
  106. {
  107. icon: 'el-icon-s-home',
  108. index: '/adminCenter/ticket?status=3',
  109. title: '订单入库',
  110. },
  111. {
  112. icon: 'el-icon-s-home',
  113. index: '/adminCenter/ticket?status=4',
  114. title: '高企认证成功',
  115. },
  116. {
  117. icon: 'el-icon-s-home',
  118. index: '/adminCenter/ticket?status=5',
  119. title: '创新券管理',
  120. },
  121. ],
  122. },
  123. ];
  124. export const qy = [
  125. {
  126. icon: 'iconjibenxinxi',
  127. index: '/adminCenter/company/basic',
  128. title: '基本信息管理',
  129. },
  130. {
  131. icon: 'iconchaoshi1',
  132. index: '/adminCenter/company/product',
  133. title: '信息发布',
  134. },
  135. {
  136. icon: 'iconzhengce1',
  137. index: '3',
  138. title: '政策服务',
  139. subs: [
  140. {
  141. icon: 'iconzhengce1',
  142. index: '/adminCenter/company/cognizance',
  143. title: '高企申报',
  144. },
  145. {
  146. icon: 'iconzhengce1',
  147. index: '/adminCenter/company/subsidy',
  148. title: '研发补贴',
  149. },
  150. {
  151. icon: 'iconzhengce1',
  152. index: '/adminCenter/company/reward',
  153. title: '奖励兑现',
  154. },
  155. {
  156. icon: 'iconzhengce1',
  157. index: '/adminCenter/company/coupons',
  158. title: '创新券申领',
  159. },
  160. ],
  161. },
  162. ];
  163. export const zjjg = [
  164. {
  165. icon: 'iconjibenxinxi',
  166. index: '/adminCenter/inter/basic',
  167. title: '基本信息管理',
  168. },
  169. {
  170. icon: 'iconzhengce1',
  171. index: '2',
  172. title: '高企认证审核管理',
  173. subs: [
  174. {
  175. icon: 'el-icon-s-home',
  176. index: '/adminCenter/inter/ticket?status=2',
  177. title: '待审核',
  178. },
  179. {
  180. icon: 'el-icon-s-home',
  181. index: '/adminCenter/inter/ticket?status=3',
  182. title: '上传合同',
  183. },
  184. ],
  185. },
  186. ];
  187. export const zj = [
  188. {
  189. icon: 'iconjibenxinxi',
  190. index: '/adminCenter/experts/basic',
  191. title: '基本信息管理',
  192. },
  193. {
  194. icon: 'iconchaoshi1',
  195. index: '2',
  196. title: '技术超市管理',
  197. subs: [
  198. {
  199. icon: 'el-icon-s-home',
  200. index: '/adminCenter/experts/product?type=1',
  201. title: '技术成果',
  202. },
  203. {
  204. icon: 'el-icon-s-home',
  205. index: '/adminCenter/experts/product?type=0',
  206. title: '科技需求',
  207. },
  208. {
  209. icon: 'el-icon-s-home',
  210. index: '/adminCenter/experts/product?type=2',
  211. title: '商务服务',
  212. },
  213. ],
  214. },
  215. ];