|
@@ -92,6 +92,16 @@ export const fwjg = [
|
|
index: '/adminCenter/declare',
|
|
index: '/adminCenter/declare',
|
|
title: '高企申报确认',
|
|
title: '高企申报确认',
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
|
+ index: '/adminCenter/reward?type=研发补贴',
|
|
|
|
+ title: '研发补贴',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
|
+ index: '/adminCenter/reward?type=奖励兑现',
|
|
|
|
+ title: '奖励兑现',
|
|
|
|
+ },
|
|
],
|
|
],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -104,47 +114,18 @@ export const fwjg = [
|
|
index: '/adminCenter/cashing/coupons',
|
|
index: '/adminCenter/cashing/coupons',
|
|
title: '创新券兑付管理',
|
|
title: '创新券兑付管理',
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
|
+ index: '/adminCenter/cashing/reward?type=研发补贴',
|
|
|
|
+ title: '研发补贴兑付管理',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
|
+ index: '/adminCenter/cashing/reward?type=奖励兑现',
|
|
|
|
+ title: '奖励兑现兑付管理',
|
|
|
|
+ },
|
|
],
|
|
],
|
|
},
|
|
},
|
|
- // {
|
|
|
|
- // icon: 'iconzhengce1',
|
|
|
|
- // index: '6',
|
|
|
|
- // title: '订单管理',
|
|
|
|
- // subs: [
|
|
|
|
- // {
|
|
|
|
- // icon: 'el-icon-s-home',
|
|
|
|
- // index: '/adminCenter/order/list',
|
|
|
|
- // title: '服务订单',
|
|
|
|
- // },
|
|
|
|
- // ],
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // icon: 'iconzhengce1',
|
|
|
|
- // index: '7',
|
|
|
|
- // title: '高企申报管理',
|
|
|
|
- // subs: [
|
|
|
|
- // {
|
|
|
|
- // icon: 'el-icon-s-home',
|
|
|
|
- // index: '/adminCenter/ticket?status=0',
|
|
|
|
- // title: '企业信息审查中',
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // icon: 'el-icon-s-home',
|
|
|
|
- // index: '/adminCenter/ticket?status=-1',
|
|
|
|
- // title: '企业信息审查失败',
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // icon: 'el-icon-s-home',
|
|
|
|
- // index: '/adminCenter/ticket?status=1',
|
|
|
|
- // title: '合同待上传',
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // icon: 'el-icon-s-home',
|
|
|
|
- // index: '/adminCenter/ticket?status=2',
|
|
|
|
- // title: '高企申报成功',
|
|
|
|
- // },
|
|
|
|
- // ],
|
|
|
|
- // },
|
|
|
|
];
|
|
];
|
|
export const qy = [
|
|
export const qy = [
|
|
{
|
|
{
|
|
@@ -184,6 +165,16 @@ export const qy = [
|
|
index: '/adminCenter/company/declare',
|
|
index: '/adminCenter/company/declare',
|
|
title: '高企申报',
|
|
title: '高企申报',
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
|
+ index: '/adminCenter/company/reward?type=研发补贴',
|
|
|
|
+ title: '研发补贴',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
|
+ index: '/adminCenter/company/reward?type=奖励兑现',
|
|
|
|
+ title: '奖励兑现',
|
|
|
|
+ },
|
|
],
|
|
],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -201,6 +192,16 @@ export const qy = [
|
|
index: '/adminCenter/company/cashing/couponsResult',
|
|
index: '/adminCenter/company/cashing/couponsResult',
|
|
title: '创新券兑付结果',
|
|
title: '创新券兑付结果',
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
|
+ index: '/adminCenter/company/cashing/rewardResult?type=研发补贴',
|
|
|
|
+ title: '研发补贴兑付结果',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
|
+ index: '/adminCenter/company/cashing/rewardResult?type=奖励兑现',
|
|
|
|
+ title: '奖励兑现兑付结果',
|
|
|
|
+ },
|
|
],
|
|
],
|
|
},
|
|
},
|
|
];
|
|
];
|