lifanagju_citu 9 місяців тому
батько
коміт
e6d6be86ec

+ 3 - 0
src/locales/en.js

@@ -114,6 +114,9 @@ export default {
     loginFailed: 'Login failed, And no enterprise was found under this user'
   },
   form: {},
+  headhunting: {
+    headhuntingName: 'Menduner Hunting Service',
+  },
   interview: {
     waitingForAcceptance: 'Waiting for acceptance',
     canceled: 'Canceled',

+ 3 - 0
src/locales/zh-CN.js

@@ -114,6 +114,9 @@ export default {
     loginFailed: '登录失败 未查询到该用户下存在企业'
   },
   form: {},
+  headhunting: {
+    headhuntingName: '门墩儿猎寻服务',
+  },
   interview: {
     waitingForAcceptance: '待接受',
     canceled: '已取消',

+ 1 - 1
src/views/entrances/list/index.vue

@@ -37,7 +37,7 @@ const menuList = ref([
   { icon: 'mdi-account-group-outline', title: '门墩儿直聘', to: '/personal' },
   { icon: 'mdi-shopping-outline', title: '臻选商城', to: '/mall' },
   { icon: 'mdi-school-outline', title: '火苗儿校企', to: '' },
-  { icon: 'mdi-account-search', title: '门墩猎寻服务', to: '/headhunting' },
+  { icon: 'mdi-account-search', title: '门墩猎寻服务', to: '/headhunting' },
   { icon: 'mdi-database-outline', title: '数据服务', to: '' },
   { icon: 'mdi-town-hall', title: '门墩儿产业与院校联合会', to: '' },
 ])

+ 4 - 1
src/views/headhunting/index.vue

@@ -1,7 +1,10 @@
-<!-- 门墩猎寻服务 -->
+<!-- 门墩猎寻服务 -->
 <template>
   <div class="headhunting">
     <v-card class="headhunting-content pa-8 py-12">
+      <div class="resume-header mb-5">
+        <div class="resume-title">{{ $t('headhunting.headhuntingName') }}</div>
+      </div>
       <formItem ref="formRef"></formItem>
       <div class="text-center">
         <v-btn color="primary" rounded class="buttons mt-3" @click="submit">提交</v-btn>