guhongwei %!s(int64=5) %!d(string=hai) anos
pai
achega
f38154157a

+ 2 - 2
src/layout/enterprise/appointment.vue

@@ -2,11 +2,11 @@
   <div id="technical">
     <el-col :span="24" class="main">
       <el-col :span="24" class="left">
-        <el-col :span="24" class="leftTop"> <span>|</span> <span>展会预约</span> <span @click="add()">创建对接会</span></el-col>
+        <el-col :span="24" class="leftTop"> <span>|</span> <span>展会管理</span> <span @click="add()">创建对接会</span></el-col>
         <!-- <el-col :span="24" class="downLeftTop">
           <el-image :src="downLeftTopImage"></el-image>
           <span class="topText">
-            <span>展会预约</span>
+            <span>展会管理</span>
             <span
               ><p>A</p>
               <p>ppointment</p></span

+ 1 - 1
src/layout/enterprise/look.vue

@@ -5,7 +5,7 @@
         <el-col :span="24" class="downLeftTop">
           <el-image :src="downLeftTopImage"></el-image>
           <span class="topText">
-            <span>展会预约</span>
+            <span>展会管理</span>
             <span
               ><p>A</p>
               <p>ppointment</p></span

+ 6 - 6
src/router/index.js

@@ -207,21 +207,21 @@ const live = [
     name: 'enterprisedg',
     component: () => import('../views/enterprise/xiugai.vue'),
   },
-  //展会预约
+  //展会管理
   {
     path: '/enterprise/appointment',
     name: 'exhibitionappointment_',
-    meta: { title: '展会预约', subSite: true },
+    meta: { title: '展会管理', subSite: true },
     component: () => import('../views/enterprise/appointment.vue'),
   },
-  //展会预约-创建
+  //展会管理-创建
   {
     path: '/enterprise/duijiedetail',
     name: 'exhibitioduijiedetail',
     meta: { title: '对接会', subSite: true },
     component: () => import('../views/enterprise/duijiedetail.vue'),
   },
-  //展会预约-shenhe
+  //展会管理-shenhe
   {
     path: '/enterprise/shenhe',
     name: 'exhibitishenhe',
@@ -229,7 +229,7 @@ const live = [
     component: () => import('../views/enterprise/shenhe.vue'),
   },
 
-  //展会预约-状态审核
+  //展会管理-状态审核
   {
     path: '/enterprise/duijiestatus',
     name: 'exhibitiduijiestatus',
@@ -237,7 +237,7 @@ const live = [
     component: () => import('../views/enterprise/duijiestatus.vue'),
   },
 
-  //展会预约-查看申请情况
+  //展会管理-查看申请情况
   {
     path: '/enterprise/look',
     name: 'exhibitilook',

+ 2 - 2
src/views/enterprise/appointment.vue

@@ -42,7 +42,7 @@ export default {
       { name: '消息管理' },
       { name: '我的发布' },
       { name: '事项管理' },
-      { name: '展会预约' },
+      { name: '展会管理' },
       //  // { name: '返回首页' },
       { name: '修改密码' },
       { name: '注销账号' },
@@ -97,7 +97,7 @@ export default {
         this.$router.push({ path: '/enterprise/enterprisefabu' });
       } else if (id === '事项管理') {
         this.$router.push({ path: '/enterprise/enterprisedg' });
-      } else if (id === '展会预约') {
+      } else if (id === '展会管理') {
         this.$router.push({ path: '/enterprise/appointment' });
       } else if (id === '修改密码') {
         this.$router.push({ path: '/enterprise/xiugai' });

+ 2 - 2
src/views/enterprise/duijiedetail.vue

@@ -32,7 +32,7 @@ export default {
       { name: '消息管理' },
       { name: '我的发布' },
       { name: '事项管理' },
-      { name: '展会预约' },
+      { name: '展会管理' },
       // { name: '返回首页' },
       { name: '修改密码' },
       { name: '注销账号' },
@@ -98,7 +98,7 @@ export default {
         this.$router.push({ path: '/enterprise/enterprisefabu' });
       } else if (id === '事项管理') {
         this.$router.push({ path: '/enterprise/enterprisedg' });
-      } else if (id === '展会预约') {
+      } else if (id === '展会管理') {
         this.$router.push({ path: '/enterprise/appointment' });
       } else if (id === '修改密码') {
         this.$router.push({ path: '/enterprise/xiugai' });

+ 2 - 2
src/views/enterprise/duijiestatus.vue

@@ -32,7 +32,7 @@ export default {
       { name: '消息管理' },
       { name: '我的发布' },
       { name: '事项管理' },
-      { name: '展会预约' },
+      { name: '展会管理' },
       // { name: '返回首页' },
       { name: '修改密码' },
       { name: '注销账号' },
@@ -94,7 +94,7 @@ export default {
         this.$router.push({ path: '/enterprise/enterprisefabu' });
       } else if (id === '事项管理') {
         this.$router.push({ path: '/enterprise/enterprisedg' });
-      } else if (id === '展会预约') {
+      } else if (id === '展会管理') {
         this.$router.push({ path: '/enterprise/appointment' });
       } else if (id === '修改密码') {
         this.$router.push({ path: '/enterprise/xiugai' });

+ 2 - 2
src/views/enterprise/enterprisedg.vue

@@ -41,7 +41,7 @@ export default {
       { name: '消息管理' },
       { name: '我的发布' },
       { name: '事项管理' },
-      { name: '展会预约' },
+      { name: '展会管理' },
       // { name: '返回首页' },
       { name: '修改密码' },
       { name: '注销账号' },
@@ -171,7 +171,7 @@ export default {
           type: 'success',
         });
         this.toLogin();
-      } else if (id === '展会预约') {
+      } else if (id === '展会管理') {
         this.$router.push({ path: '/enterprise/appointment' });
       }
     },

+ 2 - 2
src/views/enterprise/enterprisefabu.vue

@@ -62,7 +62,7 @@ export default {
       { name: '消息管理' },
       { name: '我的发布' },
       { name: '事项管理' },
-      { name: '展会预约' },
+      { name: '展会管理' },
       // { name: '返回首页' },
       { name: '修改密码' },
       { name: '注销账号' },
@@ -221,7 +221,7 @@ export default {
         this.$router.push({ path: '/enterprise/enterprisefabu' });
       } else if (id === '事项管理') {
         this.$router.push({ path: '/enterprise/enterprisedg' });
-      } else if (id === '展会预约') {
+      } else if (id === '展会管理') {
         this.$router.push({ path: '/enterprise/appointment' });
       } else if (id === '修改密码') {
         this.$router.push({ path: '/enterprise/xiugai' });

+ 2 - 2
src/views/enterprise/enterprisejb.vue

@@ -30,7 +30,7 @@ export default {
       { name: '消息管理' },
       { name: '我的发布' },
       { name: '事项管理' },
-      { name: '展会预约' },
+      { name: '展会管理' },
       // { name: '返回首页' },
       { name: '修改密码' },
       { name: '注销账号' },
@@ -69,7 +69,7 @@ export default {
         this.$router.push({ path: '/enterprise/enterprisefabu' });
       } else if (id === '事项管理') {
         this.$router.push({ path: '/enterprise/enterprisedg' });
-      } else if (id === '展会预约') {
+      } else if (id === '展会管理') {
         this.$router.push({ path: '/enterprise/appointment' });
       } else if (id === '修改密码') {
         this.$router.push({ path: '/enterprise/xiugai' });

+ 2 - 2
src/views/enterprise/enterprisexuqiu.vue

@@ -35,7 +35,7 @@ export default {
       { name: '消息管理' },
       { name: '我的发布' },
       { name: '事项管理' },
-      { name: '展会预约' },
+      { name: '展会管理' },
       // { name: '返回首页' },
       { name: '修改密码' },
       { name: '注销账号' },
@@ -111,7 +111,7 @@ export default {
         this.$router.push({ path: '/enterprise/enterprisedg' });
       } else if (id === '修改密码') {
         this.$router.push({ path: '/enterprise/xiugai' });
-      } else if (id === '展会预约') {
+      } else if (id === '展会管理') {
         this.$router.push({ path: '/enterprise/appointment' });
       } else if (id === '返回首页') {
         this.$router.push({ path: '/' });

+ 2 - 2
src/views/enterprise/enterprisexx.vue

@@ -22,7 +22,7 @@ export default {
       { name: '消息管理' },
       { name: '我的发布' },
       { name: '事项管理' },
-      { name: '展会预约' },
+      { name: '展会管理' },
       // { name: '返回首页' },
       { name: '修改密码' },
       { name: '注销账号' },
@@ -46,7 +46,7 @@ export default {
         this.$router.push({ path: '/enterprise/xiugai' });
       } else if (id === '返回首页') {
         this.$router.push({ path: '/' });
-      } else if (id === '展会预约') {
+      } else if (id === '展会管理') {
         this.$router.push({ path: '/enterprise/appointment' });
       } else if (id === '注销账号') {
         this.logout();

+ 2 - 2
src/views/enterprise/look.vue

@@ -38,7 +38,7 @@ export default {
       { name: '消息管理' },
       { name: '我的发布' },
       { name: '事项管理' },
-      { name: '展会预约' },
+      { name: '展会管理' },
       // { name: '返回首页' },
       { name: '修改密码' },
       { name: '注销账号' },
@@ -91,7 +91,7 @@ export default {
         this.$router.push({ path: '/enterprise/enterprisefabu' });
       } else if (id === '事项管理') {
         this.$router.push({ path: '/enterprise/enterprisedg' });
-      } else if (id === '展会预约') {
+      } else if (id === '展会管理') {
         this.$router.push({ path: '/enterprise/appointment' });
       } else if (id === '修改密码') {
         this.$router.push({ path: '/enterprise/xiugai' });

+ 2 - 2
src/views/enterprise/shenhe.vue

@@ -25,7 +25,7 @@ export default {
       { name: '消息管理' },
       { name: '我的发布' },
       { name: '事项管理' },
-      { name: '展会预约' },
+      { name: '展会管理' },
       // { name: '返回首页' },
       { name: '修改密码' },
       { name: '注销账号' },
@@ -87,7 +87,7 @@ export default {
         this.$router.push({ path: '/enterprise/enterprisefabu' });
       } else if (id === '事项管理') {
         this.$router.push({ path: '/enterprise/enterprisedg' });
-      } else if (id === '展会预约') {
+      } else if (id === '展会管理') {
         this.$router.push({ path: '/enterprise/appointment' });
       } else if (id === '修改密码') {
         this.$router.push({ path: '/enterprise/xiugai' });

+ 2 - 2
src/views/enterprise/xiugai.vue

@@ -23,7 +23,7 @@ export default {
       { name: '消息管理' },
       { name: '我的发布' },
       { name: '事项管理' },
-      { name: '展会预约' },
+      { name: '展会管理' },
       // { name: '返回首页' },
       { name: '修改密码' },
       { name: '注销账号' },
@@ -57,7 +57,7 @@ export default {
           type: 'success',
         });
         this.toLogin();
-      } else if (id === '展会预约') {
+      } else if (id === '展会管理') {
         this.$router.push({ path: '/enterprise/appointment' });
       }
     },

+ 2 - 2
src/views/service/index.vue

@@ -61,7 +61,7 @@ export default {
         },
         {
           pic: require('@/assets/live/bendi2.png'),
-          title: '展会预约',
+          title: '展会管理',
         },
         {
           pic: require('@/assets/live/bendi3.png'),
@@ -144,7 +144,7 @@ export default {
       console.log(item);
       if (item.title == '智慧推荐') {
         this.$router.push({ path: '/service/recommend' });
-      } else if (item.title == '展会预约') {
+      } else if (item.title == '展会管理') {
         console.log('d');
         if (this.user.role == 2 || this.user.role == 3) {
           this.$router.push({ path: '/enterprise/appointment' });