|
@@ -95,39 +95,58 @@ export const fwjg = [
|
|
{
|
|
{
|
|
icon: 'el-icon-s-home',
|
|
icon: 'el-icon-s-home',
|
|
index: '/adminCenter/ticket?status=0',
|
|
index: '/adminCenter/ticket?status=0',
|
|
- title: '资质审查中',
|
|
|
|
|
|
+ title: '企业信息审查中',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
icon: 'el-icon-s-home',
|
|
icon: 'el-icon-s-home',
|
|
index: '/adminCenter/ticket?status=-1',
|
|
index: '/adminCenter/ticket?status=-1',
|
|
- title: '资质审查失败',
|
|
|
|
|
|
+ title: '企业信息审查失败',
|
|
},
|
|
},
|
|
-
|
|
|
|
{
|
|
{
|
|
icon: 'el-icon-s-home',
|
|
icon: 'el-icon-s-home',
|
|
index: '/adminCenter/ticket?status=1',
|
|
index: '/adminCenter/ticket?status=1',
|
|
- title: '企业准备订单',
|
|
|
|
|
|
+ title: '合同待上传',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
icon: 'el-icon-s-home',
|
|
icon: 'el-icon-s-home',
|
|
index: '/adminCenter/ticket?status=2',
|
|
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: '高企申报成功',
|
|
title: '高企申报成功',
|
|
},
|
|
},
|
|
|
|
+ // {
|
|
|
|
+ // 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: '高企申报成功',
|
|
|
|
+ // },
|
|
],
|
|
],
|
|
},
|
|
},
|
|
];
|
|
];
|
|
@@ -183,13 +202,13 @@ export const zjjg = [
|
|
subs: [
|
|
subs: [
|
|
{
|
|
{
|
|
icon: 'el-icon-s-home',
|
|
icon: 'el-icon-s-home',
|
|
- index: '/adminCenter/inter/ticket?status=2',
|
|
|
|
- title: '待审核',
|
|
|
|
|
|
+ index: '/adminCenter/inter/ticket?status=0',
|
|
|
|
+ title: '企业信息待审中',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
icon: 'el-icon-s-home',
|
|
icon: 'el-icon-s-home',
|
|
- index: '/adminCenter/inter/ticket?status=3',
|
|
|
|
- title: '上传合同',
|
|
|
|
|
|
+ index: '/adminCenter/inter/ticket?status=1',
|
|
|
|
+ title: '合同上传',
|
|
},
|
|
},
|
|
],
|
|
],
|
|
},
|
|
},
|