|
@@ -23,7 +23,7 @@ export const fwjg = [
|
|
},
|
|
},
|
|
{
|
|
{
|
|
icon: 'iconchaoshi1',
|
|
icon: 'iconchaoshi1',
|
|
- index: '/adminCenter/product',
|
|
|
|
|
|
+ index: '3',
|
|
title: '技术超市管理',
|
|
title: '技术超市管理',
|
|
subs: [
|
|
subs: [
|
|
{
|
|
{
|
|
@@ -43,33 +43,78 @@ export const fwjg = [
|
|
},
|
|
},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
|
|
+ // {
|
|
|
|
+ // icon: 'iconxinwenzixun',
|
|
|
|
+ // index: '/adminCenter/news',
|
|
|
|
+ // title: '新闻管理',
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // icon: 'iconzhuanli',
|
|
|
|
+ // index: '/adminCenter/patent',
|
|
|
|
+ // title: '专利管理',
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // icon: 'iconxiangmuluyan',
|
|
|
|
+ // index: '/adminCenter/roadShow',
|
|
|
|
+ // title: '路演管理',
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // icon: 'iconpeixun',
|
|
|
|
+ // index: '/adminCenter/online',
|
|
|
|
+ // title: '宣传培训管理',
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // icon: 'iconxinxiinformation38',
|
|
|
|
+ // index: '/adminCenter/openinfo',
|
|
|
|
+ // title: '信息公开管理',
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // icon: 'iconzhengce1',
|
|
|
|
+ // index: '/adminCenter/policy',
|
|
|
|
+ // title: '高企政策服务管理',
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
- icon: 'iconxinwenzixun',
|
|
|
|
- index: '/adminCenter/news',
|
|
|
|
- title: '新闻管理',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- icon: 'iconzhuanli',
|
|
|
|
- index: '/adminCenter/patent',
|
|
|
|
- title: '专利管理',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- icon: 'iconxiangmuluyan',
|
|
|
|
- index: '/adminCenter/roadShow',
|
|
|
|
- title: '路演管理',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- icon: 'iconpeixun',
|
|
|
|
- index: '/adminCenter/online',
|
|
|
|
- title: '宣传培训管理',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- icon: 'iconxinxiinformation38',
|
|
|
|
- index: '/adminCenter/openinfo',
|
|
|
|
- title: '信息公开管理',
|
|
|
|
|
|
+ icon: 'iconzhengce1',
|
|
|
|
+ index: '4',
|
|
|
|
+ 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=2',
|
|
|
|
+ title: '信息资料审查中',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
|
+ index: '/adminCenter/ticket?status=3',
|
|
|
|
+ title: '订单入库',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
|
+ index: '/adminCenter/ticket?status=4',
|
|
|
|
+ title: '创新券领取成功',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
|
+ index: '/adminCenter/ticket?status=-1',
|
|
|
|
+ title: '资质审查失败',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
|
+ index: '/adminCenter/ticket?status=-3',
|
|
|
|
+ title: '信息资料审查失败',
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
},
|
|
},
|
|
- // { title: '高企政策服务管理', index: '/adminCenter/policy' },
|
|
|
|
- // { title: '创新劵服务管理', index: '/adminCenter/ticket' },
|
|
|
|
];
|
|
];
|
|
export const qy = [
|
|
export const qy = [
|
|
{
|
|
{
|
|
@@ -99,35 +144,53 @@ export const qy = [
|
|
},
|
|
},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
- // {
|
|
|
|
- // icon: 'iconzhengce',
|
|
|
|
- // index: '1',
|
|
|
|
- // title: '政策服务',
|
|
|
|
- // subs: [
|
|
|
|
- // {
|
|
|
|
- // icon: 'iconzhengce',
|
|
|
|
- // index: '/1',
|
|
|
|
- // title: '研发补贴',
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // icon: 'el-icon-s-home',
|
|
|
|
- // index: '/2',
|
|
|
|
- // title: '奖励兑现',
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // icon: 'el-icon-s-home',
|
|
|
|
- // index: '/3',
|
|
|
|
- // title: '高企认定',
|
|
|
|
- // },
|
|
|
|
- // ],
|
|
|
|
- // },
|
|
|
|
- // { title: '政策服务管理', index: '/adminCenter/company/policy' },
|
|
|
|
- // { title: '创新券管理', index: '/adminCenter/company/ticket' },
|
|
|
|
|
|
+ {
|
|
|
|
+ icon: 'iconzhengce1',
|
|
|
|
+ index: '3',
|
|
|
|
+ title: '政策服务',
|
|
|
|
+ subs: [
|
|
|
|
+ {
|
|
|
|
+ icon: 'iconzhengce1',
|
|
|
|
+ index: '/adminCenter/company/subsidy',
|
|
|
|
+ title: '研发补贴',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ icon: 'iconzhengce1',
|
|
|
|
+ index: '/adminCenter/company/reward',
|
|
|
|
+ title: '奖励兑现',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ icon: 'iconzhengce1',
|
|
|
|
+ index: '/adminCenter/company/cognizance',
|
|
|
|
+ title: '高企认定',
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
|
|
+ },
|
|
|
|
+];
|
|
|
|
+export const zjjg = [
|
|
|
|
+ {
|
|
|
|
+ icon: 'iconjibenxinxi',
|
|
|
|
+ index: '/adminCenter/inter/basic',
|
|
|
|
+ title: '基本信息管理',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ icon: 'iconzhengce1',
|
|
|
|
+ index: '2',
|
|
|
|
+ title: '高企认证审核管理',
|
|
|
|
+ subs: [
|
|
|
|
+ {
|
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
|
+ index: '/adminCenter/inter/ticket?status=2',
|
|
|
|
+ title: '待审核',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
|
+ index: '/adminCenter/inter/ticket?status=3',
|
|
|
|
+ title: '上传合同',
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
|
|
+ },
|
|
];
|
|
];
|
|
-// export const zjjg = [
|
|
|
|
-// { title: '基本信息管理', index: '/adminCenter/inter/basic' },
|
|
|
|
-// { title: '创新券审核管理', index: '/adminCenter/inter/ticket' },
|
|
|
|
-// ];
|
|
|
|
export const zj = [
|
|
export const zj = [
|
|
{
|
|
{
|
|
icon: 'iconjibenxinxi',
|
|
icon: 'iconjibenxinxi',
|