123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- export const fwjg = [
- {
- icon: 'iconyonghu',
- index: '2',
- title: '用户管理',
- subs: [
- {
- icon: 'el-icon-s-home',
- index: '/adminCenter/organization',
- title: '企业管理',
- },
- {
- icon: 'el-icon-s-home',
- index: '/adminCenter/mechanism',
- title: '机构管理',
- },
- {
- icon: 'el-icon-s-home',
- index: '/adminCenter/expert',
- title: '专家管理',
- },
- ],
- },
- {
- icon: 'iconchaoshi1',
- index: '3',
- title: '技术超市管理',
- subs: [
- {
- icon: 'el-icon-s-home',
- index: '/adminCenter/product?type=1',
- title: '技术成果',
- },
- {
- icon: 'el-icon-s-home',
- index: '/adminCenter/patent',
- title: 'e专利',
- },
- {
- icon: 'el-icon-s-home',
- index: '/adminCenter/product?type=2',
- title: '商务服务',
- },
- ],
- },
- {
- icon: 'iconxinwenzixun',
- index: '/adminCenter/news',
- title: '新闻资讯管理',
- },
- {
- icon: 'iconpeixun',
- index: '4',
- title: '宣传培训管理',
- subs: [
- {
- icon: 'el-icon-s-home',
- index: '/adminCenter/online',
- title: '信息发布',
- },
- {
- icon: 'el-icon-s-home',
- index: '/adminCenter/openinfo',
- 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',
- 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: '信息资料审查中',
- },
- {
- icon: 'el-icon-s-home',
- index: '/adminCenter/ticket?status=-3',
- title: '信息资料审查失败',
- },
- {
- icon: 'el-icon-s-home',
- index: '/adminCenter/ticket?status=3',
- title: '订单入库',
- },
- {
- icon: 'el-icon-s-home',
- index: '/adminCenter/ticket?status=4',
- title: '高企申报成功',
- },
- ],
- },
- ];
- export const qy = [
- {
- icon: 'iconjibenxinxi',
- index: '/adminCenter/company/basic',
- title: '基本信息管理',
- },
- {
- icon: 'iconchaoshi1',
- index: '/adminCenter/company/product',
- title: '信息发布',
- },
- {
- icon: 'iconzhengce1',
- index: '3',
- title: '政策服务',
- subs: [
- {
- icon: 'iconzhengce1',
- index: '/adminCenter/company/cognizance',
- title: '高企申报',
- },
- {
- icon: 'iconzhengce1',
- index: '/adminCenter/company/subsidy',
- title: '研发补贴',
- },
- {
- icon: 'iconzhengce1',
- index: '/adminCenter/company/reward',
- title: '奖励兑现',
- },
- {
- icon: 'iconzhengce1',
- index: '/adminCenter/company/coupons',
- 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 zj = [
- {
- icon: 'iconjibenxinxi',
- index: '/adminCenter/experts/basic',
- title: '基本信息管理',
- },
- {
- icon: 'iconchaoshi1',
- index: '/adminCenter/experts/product',
- title: '信息发布',
- },
- ];
|