浏览代码

Merge branch 'dev' of https://git.citupro.com/zhengnaiwen_citu/menduner into dev

lifanagju_citu 7 月之前
父节点
当前提交
ee20554612

+ 1 - 1
components.d.ts

@@ -30,9 +30,9 @@ declare module 'vue' {
     DatePicker: typeof import('./src/components/DatePicker/index.vue')['default']
     Details: typeof import('./src/components/Enterprise/details.vue')['default']
     Echarts: typeof import('./src/components/Echarts/index.vue')['default']
+    ElCascader: typeof import('element-plus/es')['ElCascader']
     ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
     ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
-    ElTimePicker: typeof import('element-plus/es')['ElTimePicker']
     Empty: typeof import('./src/components/Empty/index.vue')['default']
     File: typeof import('./src/components/Upload/file.vue')['default']
     HeadSearch: typeof import('./src/components/headSearch/index.vue')['default']

+ 1 - 1
src/utils/headhuntingData.js

@@ -243,7 +243,7 @@ export const consultantData = [
   },
   {
     id: 'julia',
-    title: '姚嘉庆女士(Julia)',
+    title: '姚嘉庆女士(Julia Yao)',
     job: '猎头顾问',
     country: '北京',
     avatar: 'https://minio.citupro.com/dev/menduner/consultant/julie.png',

+ 1 - 1
src/views/headhunting/components/contact.vue

@@ -10,7 +10,7 @@
         <div class="d-flex align-center social-contact mt-5 justify-space-between">
           <div>
             <p class="mb-2">联系方式</p>
-            <p>猎头顾问: 姚嘉庆 Julia</p>
+            <p>猎头顾问: 姚嘉庆 Julia Yao</p>
             <p>邮&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;箱:Julia.yao@menduner.com</p>
             <p>手&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;机:18501626969</p>
           </div>

+ 1 - 1
src/views/headhunting/components/content.vue

@@ -116,7 +116,7 @@ const countryOffice = [
 const consultant = [
   { country: '苏州', enName: '田森博士(Simon Tian)', id: 'simon', avatar: 'https://minio.citupro.com/dev/menduner/consultant/simon.png' },
   { country: '北京', enName: '潘青海先生(Peter Pan)', id: 'peter', avatar: 'https://minio.citupro.com/dev/menduner/consultant/peter.png' },
-  { country: '北京', enName: '姚嘉庆女士(Julia)', id: 'julia', avatar: 'https://minio.citupro.com/dev/menduner/consultant/julie.png' }
+  { country: '北京', enName: '姚嘉庆女士(Julia Yao)', id: 'julia', avatar: 'https://minio.citupro.com/dev/menduner/consultant/julie.png' }
 ]
 // 我们的见解
 const articles = [

+ 4 - 4
src/views/headhunting/components/serviceContent.vue

@@ -3,12 +3,12 @@
     <div class="carousel-box" >
       <div class="carousel-desc common-width">
         <h2>
-          <p style="width: 687px;">Lead with Purpose, Embody Culture &nbsp;&nbsp;&nbsp;& Be&nbsp; Decisive</p>
+          <p>Menduner aids corporate development through the strategy of precision talent selection.</p>
         </h2>
-        <div class="text-center second-title">
+        <!-- <div class="text-center second-title">
           <p>Advice to new CEOs for establishing</p>
           <p>a high-performing top team</p>
-        </div>
+        </div> -->
       </div>
     </div>
     <div class="common-width service">
@@ -155,7 +155,7 @@ const handleClick = (type, id) => {
     h2 {
       margin: auto;
       text-align: center;
-      max-width: 673px;
+      // max-width: 673px;
       font-size: 80px;
       font-weight: 500;
       line-height: 1.136364;