guhongwei 4 лет назад
Родитель
Сommit
f0f25637f5
2 измененных файлов с 54 добавлено и 31 удалено
  1. 12 8
      dict/index.js
  2. 42 23
      src/components/adminCommon/menu.js

+ 12 - 8
dict/index.js

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

+ 42 - 23
src/components/adminCommon/menu.js

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