guhongwei 5 years ago
parent
commit
d531cb3a80

+ 1 - 1
.env

@@ -1,2 +1,2 @@
-VUE_APP_AXIOS_BASE_URL = /api
+VUE_APP_AXIOS_BASE_URL = 
 VUE_APP_ROUTER="/mobile"

+ 1 - 1
src/pages/corp/views/hr/detail.vue

@@ -36,7 +36,7 @@
         </el-col> -->
       </el-form>
       <el-col :span="24" style="text-align:center">
-        <el-button @click="dialog = false">取 消</el-button>
+        <el-button @click="$router.push({ path: '/hr/index' })">取 消</el-button>
         <el-button type="primary" @click="toSubmit()">确 定</el-button>
       </el-col>
     </el-row>

+ 5 - 0
src/pages/corp/views/hr/index.vue

@@ -21,6 +21,11 @@ import deleteDig from '@m/components/delete-dig.vue';
 import _ from 'lodash';
 import { mapActions, mapState } from 'vuex';
 export default {
+  metaInfo() {
+    return {
+      title: 'HR信息',
+    };
+  },
   name: 'index',
   props: {},
   components: {

+ 12 - 18
src/pages/corp/views/jobfair/index.vue

@@ -1,11 +1,6 @@
 <template>
   <div id="index">
-    <el-row style="padding-top:0.5rem;">
-      <el-col :span="24" class="search">
-        <el-col :span="20" class="searchInput"> <el-input placeholder="请输入招聘会名称" prefix-icon="el-icon-search" v-model="input"> </el-input></el-col>
-        <el-col :span="4" class="searchBtn"><el-button>搜索</el-button></el-col>
-      </el-col>
-    </el-row>
+    <el-row class="topTitle">校园招聘会</el-row>
     <scroll :hasMore="hasMore" @loadMore="search" v-if="list.length > 0">
       <el-row v-for="(item, index) in list" :key="index" type="flex" align="middle" justify="center" class="row">
         <el-col :span="18">
@@ -39,6 +34,11 @@ import deleteDig from '@m/components/delete-dig.vue';
 import _ from 'lodash';
 import { mapActions, mapState, mapMutations } from 'vuex';
 export default {
+  metaInfo() {
+    return {
+      title: '校园招聘会',
+    };
+  },
   name: 'index',
   props: {},
   components: {
@@ -123,18 +123,12 @@ p {
   white-space: nowrap;
   text-overflow: ellipsis;
 }
-.search {
-  border-bottom: 0.0625rem solid #ccc;
-}
-.searchInput {
-  padding: 0.3125rem 0.625rem;
-}
-.searchBtn {
-  padding: 0.3125rem 0;
-}
-/deep/.searchBtn .el-button {
-  border: none;
-  padding: 12px 14px;
+.topTitle {
+  height: 45px;
+  line-height: 45px;
+  text-align: center;
+  font-size: 25px;
+  background: beige;
 }
 .addBtn {
   position: fixed;

+ 7 - 18
src/pages/corp/views/jobfair/list.vue

@@ -1,11 +1,6 @@
 <template>
   <div id="index">
-    <el-row style="padding-top:0.5rem;">
-      <el-col :span="24" class="search">
-        <el-col :span="20" class="searchInput"> <el-input placeholder="请输入招聘会名称" prefix-icon="el-icon-search" v-model="input"> </el-input></el-col>
-        <el-col :span="4" class="searchBtn"><el-button>搜索</el-button></el-col>
-      </el-col>
-    </el-row>
+    <el-row class="topTitle">校园招聘会</el-row>
     <scroll :hasMore="hasMore" @loadMore="search" v-if="list.length > 0">
       <el-row v-for="(item, index) in list" :key="index" type="flex" align="middle" justify="center" class="row">
         <el-col :span="18">
@@ -92,18 +87,12 @@ p {
   white-space: nowrap;
   text-overflow: ellipsis;
 }
-.search {
-  border-bottom: 0.0625rem solid #ccc;
-}
-.searchInput {
-  padding: 0.3125rem 0.625rem;
-}
-.searchBtn {
-  padding: 0.3125rem 0;
-}
-/deep/.searchBtn .el-button {
-  border: none;
-  padding: 12px 14px;
+.topTitle {
+  height: 45px;
+  line-height: 45px;
+  text-align: center;
+  font-size: 25px;
+  background: beige;
 }
 .addBtn {
   position: fixed;

+ 5 - 0
src/pages/corp/views/jobinfo/index.vue

@@ -21,6 +21,11 @@ import deleteDig from '@m/components/delete-dig.vue';
 import { mapActions, mapState } from 'vuex';
 import _ from 'lodash';
 export default {
+  metaInfo() {
+    return {
+      title: '招聘信息',
+    };
+  },
   name: 'index',
   props: {},
   components: {

+ 5 - 0
src/pages/corp/views/jobs/index.vue

@@ -19,6 +19,11 @@ import list from './list.vue';
 import { mapActions, mapState } from 'vuex';
 import _ from 'lodash';
 export default {
+  metaInfo() {
+    return {
+      title: '职位管理',
+    };
+  },
   name: 'index',
   props: {},
   components: {

+ 5 - 0
src/pages/corp/views/profile/index.vue

@@ -30,6 +30,11 @@ import deleteDig from '@m/components/delete-dig.vue';
 import scroll from '@m/layout/scroll.vue';
 import { mapActions, mapState } from 'vuex';
 export default {
+  metaInfo() {
+    return {
+      title: '招聘简章',
+    };
+  },
   name: 'index',
   props: {},
   components: { deleteDig, scroll, nodata },

+ 5 - 0
src/pages/corp/views/talk/index.vue

@@ -31,6 +31,11 @@ import deleteDig from '@m/components/delete-dig.vue';
 import _ from 'lodash';
 import { mapActions, mapState, mapMutations } from 'vuex';
 export default {
+  metaInfo() {
+    return {
+      title: '校园宣讲会',
+    };
+  },
   name: 'index',
   props: {},
   components: {