guhongwei 4 years ago
parent
commit
831f9540c3
2 changed files with 0 additions and 42 deletions
  1. 0 7
      dict/index.js
  2. 0 35
      src/components/adminCommon/menu.js

+ 0 - 7
dict/index.js

@@ -75,13 +75,6 @@ export const ticketType = [
   { label: '企业信息审核成功', value: '1' },
   { label: '企业信息审核失败', value: '-1' },
   { label: '高企申报成功', value: '2' },
-  // { label: '资质审查中', value: '0' },
-  // { label: '准备订单', value: '1' },
-  // { label: '资质审查失败', value: '-1' },
-  // { label: '待中介审核', value: '2' },
-  // { label: '订单入库', value: '3' },
-  // { label: '信息资料审查失败', value: '-3' },
-  // { label: '高企申报成功', value: '4' },
 ];
 // 7-长春辖区
 export const juris = ['长春新区', '净月区', '汽开区', '经开区', '高新区', '南关区', '朝阳区', '宽城区', '二道区', '绿园区', '双阳区', '九台区'];

+ 0 - 35
src/components/adminCommon/menu.js

@@ -112,41 +112,6 @@ export const fwjg = [
         index: '/adminCenter/ticket?status=2',
         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: '高企申报成功',
-      // },
     ],
   },
 ];