Forráskód Böngészése

Merge branch 'master' of http://git.cc-lotus.info/Free-cysci/common

lrf402788946 4 éve
szülő
commit
d3add98158
2 módosított fájl, 45 hozzáadás és 8 törlés
  1. 8 0
      dict/index.js
  2. 37 8
      src/components/adminCommon/menu.js

+ 8 - 0
dict/index.js

@@ -63,7 +63,15 @@ export const openColumn = [
   { label: '机构管理', value: 'seven' },
 ];
 // 5-政策服务
+// 创新券类型
 export const policyType = ['研发补贴', '奖励兑现', '创新券'];
+// 折扣类型
+export const discounttype = ['全额折扣券', '折扣券', '定额券'];
+// 适用服务类型
+export const usetype = ['服务类型1', '服务类型2', '服务类型3'];
+// 所属分类
+export const classify = ['分类1', '分类2', '分类3'];
+
 export const policyStatus = [
   { label: '待处理', value: '0' },
   { label: '已通过', value: '1' },

+ 37 - 8
src/components/adminCommon/menu.js

@@ -68,28 +68,57 @@ export const fwjg = [
   {
     icon: 'iconzhengce1',
     index: '5',
-    title: '政策服务管理',
+    title: '创新券管理',
     subs: [
       {
         icon: 'el-icon-s-home',
-        index: '/adminCenter/policy?type=研发补贴',
-        title: '研发补贴',
+        index: '/adminCenter/policy/list',
+        title: '创新券管理',
       },
       {
         icon: 'el-icon-s-home',
-        index: '/adminCenter/policy?type=奖励兑现',
-        title: '奖励兑现',
+        index: '/adminCenter/policy/apply',
+        title: '创新券申领管理',
       },
+    ],
+  },
+  {
+    icon: 'iconzhengce1',
+    index: '6',
+    title: '订单管理',
+    subs: [
       {
         icon: 'el-icon-s-home',
-        index: '/adminCenter/policy?type=创新券',
-        title: '创新券',
+        index: '/adminCenter/order/list',
+        title: '服务订单',
       },
     ],
   },
+  // {
+  //   icon: 'iconzhengce1',
+  //   index: '5',
+  //   title: '政策服务管理',
+  //   subs: [
+  //     {
+  //       icon: 'el-icon-s-home',
+  //       index: '/adminCenter/policy?type=研发补贴',
+  //       title: '研发补贴',
+  //     },
+  //     {
+  //       icon: 'el-icon-s-home',
+  //       index: '/adminCenter/policy?type=奖励兑现',
+  //       title: '奖励兑现',
+  //     },
+  //     {
+  //       icon: 'el-icon-s-home',
+  //       index: '/adminCenter/policy?type=创新券',
+  //       title: '创新券',
+  //     },
+  //   ],
+  // },
   {
     icon: 'iconzhengce1',
-    index: '6',
+    index: '7',
     title: '高企申报管理',
     subs: [
       {