guhongwei 4 years ago
parent
commit
7c3d15def4
2 changed files with 10 additions and 22 deletions
  1. 1 1
      dict/index.js
  2. 9 21
      src/components/adminCommon/menu.js

+ 1 - 1
dict/index.js

@@ -27,7 +27,7 @@ export const progressType = [
   { label: '已结束', value: '2' },
   { label: '已结束', value: '2' },
 ];
 ];
 
 
-export const policyType = ['研发补贴', '奖励兑现'];
+export const policyType = ['研发补贴', '奖励兑现', '创新券'];
 export const policyStatus = [
 export const policyStatus = [
   { label: '待处理', value: '0' },
   { label: '待处理', value: '0' },
   { label: '已通过', value: '1' },
   { label: '已通过', value: '1' },

+ 9 - 21
src/components/adminCommon/menu.js

@@ -130,31 +130,19 @@ export const qy = [
   },
   },
   {
   {
     icon: 'iconchaoshi1',
     icon: 'iconchaoshi1',
-    index: '2',
-    title: '技术超市管理',
-    subs: [
-      {
-        icon: 'el-icon-s-home',
-        index: '/adminCenter/company/product?type=1',
-        title: '技术成果',
-      },
-      {
-        icon: 'el-icon-s-home',
-        index: '/adminCenter/company/product?type=0',
-        title: '科技需求',
-      },
-      {
-        icon: 'el-icon-s-home',
-        index: '/adminCenter/company/product?type=2',
-        title: '商务服务',
-      },
-    ],
+    index: '/adminCenter/company/product',
+    title: '信息发布',
   },
   },
   {
   {
     icon: 'iconzhengce1',
     icon: 'iconzhengce1',
     index: '3',
     index: '3',
     title: '政策服务',
     title: '政策服务',
     subs: [
     subs: [
+      {
+        icon: 'iconzhengce1',
+        index: '/adminCenter/company/cognizance',
+        title: '高企申报',
+      },
       {
       {
         icon: 'iconzhengce1',
         icon: 'iconzhengce1',
         index: '/adminCenter/company/subsidy',
         index: '/adminCenter/company/subsidy',
@@ -167,8 +155,8 @@ export const qy = [
       },
       },
       {
       {
         icon: 'iconzhengce1',
         icon: 'iconzhengce1',
-        index: '/adminCenter/company/cognizance',
-        title: '高企认定',
+        index: '/adminCenter/company/coupons',
+        title: '创新券申领',
       },
       },
     ],
     ],
   },
   },