guhongwei 4 年之前
父節點
當前提交
592997ce0b
共有 3 個文件被更改,包括 15 次插入23 次删除
  1. 1 1
      dict/index.js
  2. 1 14
      src/components/adminCommon/frame.vue
  3. 13 8
      src/components/adminCommon/menu.js

+ 1 - 1
dict/index.js

@@ -41,7 +41,7 @@ export const ticketType = [
   { label: '待中介审核', value: '2' },
   { label: '订单入库', value: '3' },
   { label: '信息资料审查失败', value: '-3' },
-  { label: '创新劵领取成功', value: '4' },
+  { label: '高企认证成功', value: '4' },
 ];
 
 // 所属领域

+ 1 - 14
src/components/adminCommon/frame.vue

@@ -1,6 +1,6 @@
 <template>
   <div id="frame">
-    <el-container style="height: 100vh;overflow: hidden;">
+    <el-container style="height: 100vh">
       <el-header class="header">
         <el-col :span="20" class="left">
           <div>环南湖科创先导区双创服务平台-管理中心</div>
@@ -118,11 +118,6 @@ export default {
 .header {
   border-bottom: 1px solid #f1f1f1;
   background-color: #242f42;
-  height: 60px;
-  position: fixed;
-  width: 100%;
-  background: #242f42;
-  z-index: 999;
   .left {
     height: 60px;
     line-height: 60px;
@@ -152,12 +147,8 @@ export default {
   }
 }
 .container {
-  position: relative;
-  top: 60px;
   .aside {
     background-color: #242f42;
-    height: 100vh;
-    overflow-y: auto;
     /deep/.el-menu-item i {
       margin: 0 5px 0 0;
     }
@@ -170,9 +161,5 @@ export default {
       }
     }
   }
-  .main {
-    height: 100vh;
-    overflow-y: auto;
-  }
 }
 </style>

+ 13 - 8
src/components/adminCommon/menu.js

@@ -83,6 +83,11 @@ export const fwjg = [
         index: '/adminCenter/ticket?status=0',
         title: '资质审查中',
       },
+      {
+        icon: 'el-icon-s-home',
+        index: '/adminCenter/ticket?status=-3',
+        title: '信息资料审查失败',
+      },
       {
         icon: 'el-icon-s-home',
         index: '/adminCenter/ticket?status=1',
@@ -95,23 +100,23 @@ export const fwjg = [
       },
       {
         icon: 'el-icon-s-home',
-        index: '/adminCenter/ticket?status=3',
-        title: '订单入库',
+        index: '/adminCenter/ticket?status=-1',
+        title: '资质审查失败',
       },
       {
         icon: 'el-icon-s-home',
-        index: '/adminCenter/ticket?status=4',
-        title: '创新券领取成功',
+        index: '/adminCenter/ticket?status=3',
+        title: '订单入库',
       },
       {
         icon: 'el-icon-s-home',
-        index: '/adminCenter/ticket?status=-1',
-        title: '资质审查失败',
+        index: '/adminCenter/ticket?status=4',
+        title: '高企认证成功',
       },
       {
         icon: 'el-icon-s-home',
-        index: '/adminCenter/ticket?status=-3',
-        title: '信息资料审查失败',
+        index: '/adminCenter/ticket?status=5',
+        title: '创新券管理',
       },
     ],
   },