yangzj преди 2 години
родител
ревизия
76b8b35251

+ 13 - 11
src/utils/index.js

@@ -3,7 +3,7 @@
  * @Author: 空白格
  * @Date: 2022-08-29 16:05:17
  * @LastEditors: 空白格
- * @LastEditTime: 2022-08-29 16:54:15
+ * @LastEditTime: 2022-08-29 17:27:20
  * @FilePath: \veterans_client_web\src\utils\index.js
  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
  */
@@ -37,11 +37,12 @@ export function jumpPageAuth(path, query, isHits = true, params, isAudit = true)
         MessageBox.alert('您的认证正在审核中,请等待验证通过才可以访问!')
       } else if (auditStatus === 2) {
         if (isHits) {
-          addPageHits(params).then((res) => {
-            if (res.code === 200) {
-              router.push({ path, query })
-            }
-          })
+          // addPageHits(params).then((res) => {
+          //   if (res.code === 200) {
+          //     router.push({ path, query })
+          //   }
+          // })
+          router.push({ path, query })
         } else {
           router.push({ path, query })
         }
@@ -59,11 +60,12 @@ export function jumpPageAuth(path, query, isHits = true, params, isAudit = true)
     }
   } else {
     if (isHits) {
-      addPageHits(params).then((res) => {
-        if (res.code === 200) {
-          router.push({ path, query })
-        }
-      })
+      // addPageHits(params).then((res) => {
+      //   if (res.code === 200) {
+      //     router.push({ path, query })
+      //   }
+      // })
+      router.push({ path, query })
     } else {
       router.push({ path, query })
     }

+ 2 - 1
src/views/AdaptiveTraining/AdaptiveTrainingIndex.vue

@@ -3,7 +3,7 @@
  * @Author: 空白格
  * @Date: 2022-08-12 15:23:44
  * @LastEditors: 空白格
- * @LastEditTime: 2022-08-29 17:04:09
+ * @LastEditTime: 2022-08-29 17:19:13
  * @FilePath: \veterans_client_web\src\views\AdaptiveTraining\AdaptiveTrainingIndex.vue
  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 -->
@@ -134,6 +134,7 @@
               </div>
             </div>
           </div>
+          <el-empty description="列表数据为空" v-if="offlineObj.list.length === 0"></el-empty>
         </div>
       </template>
     </div>

+ 16 - 10
src/views/CooperativeColleges/CooperativeCollegesIndex.vue

@@ -3,7 +3,7 @@
  * @Author: 空白格
  * @Date: 2022-08-11 17:17:33
  * @LastEditors: 空白格
- * @LastEditTime: 2022-08-29 15:50:42
+ * @LastEditTime: 2022-08-29 17:32:47
  * @FilePath: \veterans_client_web\src\views\CooperativeColleges\CooperativeCollegesIndex.vue
  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 -->
@@ -147,16 +147,22 @@ export default {
         typeCode: "XXGZD", // 类型编码 例:类型名称首字母缩写(XXGZD)
         categoryName: school.schoolName, //类别名称 例:XX学校,SS考试
       };
-      addPageHits(query).then((res) => {
-        if (res.code === 200) {
-          this.$router.push({
-            path: "/collegesdetails",
-            query: {
-              schoolId: school.id,
-            },
-          });
-        }
+      this.$router.push({
+        path: "/collegesdetails",
+        query: {
+          schoolId: school.id,
+        },
       });
+      // addPageHits(query).then((res) => {
+      //   if (res.code === 200) {
+      //     this.$router.push({
+      //       path: "/collegesdetails",
+      //       query: {
+      //         schoolId: school.id,
+      //       },
+      //     });
+      //   }
+      // });
     },
   },
   filters: {

+ 2 - 2
src/views/Home/components/FriendshipLink.vue

@@ -3,7 +3,7 @@
  * @Author: 空白格
  * @Date: 2022-08-17 16:24:25
  * @LastEditors: 空白格
- * @LastEditTime: 2022-08-17 16:54:37
+ * @LastEditTime: 2022-08-29 17:34:28
  * @FilePath: \veterans_client_web\src\views\Home\components\FriendshipLink.vue
  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 -->
@@ -31,7 +31,7 @@ export default {
         { label: "中国军网", link: "http://www.81.cn/" },
         { label: "贵阳市人民政府", link: "http://www.guiyang.gov.cn/" },
         { label: "全国征兵网", link: "https://www.gfbzb.gov.cn/" },
-        { label: "国防大学防务院", link: "/" },
+        { label: "国防大学防务院", link: "http://www.cdsndu.org/" },
       ],
     };
   },

+ 84 - 66
src/views/PersonalCenter/Deliver/DeliverIndex.vue

@@ -2,95 +2,112 @@
  * @Description: 我的投递
  * @Author: 空白格
  * @Date: 2022-08-24 09:40:33
- * @LastEditors: wangcc
- * @LastEditTime: 2022-08-25 10:33:48
+ * @LastEditors: 空白格
+ * @LastEditTime: 2022-08-29 17:29:40
  * @FilePath: \veterans_client_web\src\views\PersonalCenter\Deliver\DeliverIndex.vue
  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 -->
 <template>
   <div>
-    <banner title="我的投递" :breadcrumb="false"></banner>
-    <div class="breadcrumb">
-      <div class="_container">
-        <div class="banner-breadcrumb-breadcrumb">
-          <el-breadcrumb separator-class="el-icon-arrow-right">
-            <el-breadcrumb-item :to="{ path: '/' }">首页</el-breadcrumb-item>
-            <el-breadcrumb-item :to="{ path: '/personalcenter'}">我的</el-breadcrumb-item>
-            <el-breadcrumb-item>我的投递</el-breadcrumb-item>
-          </el-breadcrumb>
-        </div>
-      </div>
-    </div>
+    <banner title="我的投递" :breadcrumb="true" :isRouter="true"></banner>
     <div class="deliverBox">
       <div class="_container">
         <div class="box-list">
           <h1>全部投递</h1>
-          <div style="display:table">
-            <div class="deliver" v-for="(item,index) in deliverList" :key="index" @click="detail(item)">
+          <div style="display: table" v-if="deliverList.length">
+            <div
+              class="deliver"
+              v-for="(item, index) in deliverList"
+              :key="index"
+              @click="detail(item)"
+            >
               <div class="log">
                 <img :src="item.companyLogoUrl" alt />
               </div>
               <div class="center">
-                <h3>{{item.postName}}</h3>
+                <h3>{{ item.postName }}</h3>
                 <p>
-                  <span class="meta_cell">{{item.provinceName}}</span>
-                  <span class="meta_cell" v-if="item.workYear == 0">经验不限</span>
+                  <span class="meta_cell">{{ item.provinceName }}</span>
+                  <span class="meta_cell" v-if="item.workYear == 0"
+                    >经验不限</span
+                  >
                   <span class="meta_cell" v-if="item.workYear == 1">1~3年</span>
-                  <span class="meta_cell" v-if="item.workYear == 2">3年以上</span>
-                  <span class="meta_cell" v-if="item.workYear == 3">5年以上</span>
-                  <span class="meta_cell" v-if="item.educationBg == 1">小学</span>
-                  <span class="meta_cell" v-if="item.educationBg == 2">初中</span>
-                  <span class="meta_cell" v-if="item.educationBg == 3">中专</span>
-                  <span class="meta_cell" v-if="item.educationBg == 4">高中</span>
-                  <span class="meta_cell" v-if="item.educationBg == 5">大专</span>
-                  <span class="meta_cell" v-if="item.educationBg == 6">本科</span>
-                  <span class="meta_cell" v-if="item.educationBg == 7">硕士</span>
-                  <span class="meta_cell" v-if="item.educationBg == 8">博士</span>
+                  <span class="meta_cell" v-if="item.workYear == 2"
+                    >3年以上</span
+                  >
+                  <span class="meta_cell" v-if="item.workYear == 3"
+                    >5年以上</span
+                  >
+                  <span class="meta_cell" v-if="item.educationBg == 1"
+                    >小学</span
+                  >
+                  <span class="meta_cell" v-if="item.educationBg == 2"
+                    >初中</span
+                  >
+                  <span class="meta_cell" v-if="item.educationBg == 3"
+                    >中专</span
+                  >
+                  <span class="meta_cell" v-if="item.educationBg == 4"
+                    >高中</span
+                  >
+                  <span class="meta_cell" v-if="item.educationBg == 5"
+                    >大专</span
+                  >
+                  <span class="meta_cell" v-if="item.educationBg == 6"
+                    >本科</span
+                  >
+                  <span class="meta_cell" v-if="item.educationBg == 7"
+                    >硕士</span
+                  >
+                  <span class="meta_cell" v-if="item.educationBg == 8"
+                    >博士</span
+                  >
                 </p>
-                <p>{{item.companyName}}</p>
+                <p>{{ item.companyName }}</p>
               </div>
               <div class="right-box">
-                <span
-                  class="pir"
-                  v-if="item.postStatus == 1"
-                >{{item.lowestSalary}}K-{{item.highestSalary}}K</span>
-                <span class="postStatus" v-if="item.postStatus == 0">职位已下架</span>
-                <span class="time">{{item.createTime.slice(0,10)}}</span>
+                <span class="pir" v-if="item.postStatus == 1"
+                  >{{ item.lowestSalary }}K-{{ item.highestSalary }}K</span
+                >
+                <span class="postStatus" v-if="item.postStatus == 0"
+                  >职位已下架</span
+                >
+                <span class="time">{{ item.createTime.slice(0, 10) }}</span>
               </div>
             </div>
           </div>
-            <div class="pagination" v-if="total">
-              <el-pagination
-                background
-                layout="prev, pager, next"
-                :page-size="queryParams.pageSize"
-                :total="total"
-                @current-change="currentChange"
-              />
-            </div>
+          <el-empty description="列表数据为空" v-else></el-empty>
+          <div class="pagination" v-if="total && deliverList.length">
+            <el-pagination
+              background
+              layout="prev, pager, next"
+              :page-size="queryParams.pageSize"
+              :total="total"
+              @current-change="currentChange"
+            />
+          </div>
         </div>
-        
       </div>
     </div>
   </div>
 </template>
 
 <script>
-import banner from '@/components/BannerBreadcrumb/index.vue';
-import { myDeliveredList } from '@/api/PersonalCenter/index';
+import banner from "@/components/BannerBreadcrumb/index.vue";
+import { myDeliveredList } from "@/api/PersonalCenter/index";
 export default {
-  name: 'DeliverIndex',
+  name: "DeliverIndex",
   components: { banner },
   data() {
     return {
       queryParams: {
         pageNum: 1,
         pageSize: 10,
-        schoolName: undefined
+        schoolName: undefined,
       },
       total: 0,
       loading: false,
-      deliverList: []
+      deliverList: [],
     };
   },
   created() {
@@ -121,25 +138,26 @@ export default {
       });
     },
     detail(item) {
-      this.$router.push({ name: 'EnterprisePositionIndex', query: { positionId: item.id } })
-    }
-  }
+      this.$router.push({
+        name: "EnterprisePositionIndex",
+        query: { positionId: item.id },
+      });
+    },
+  },
 };
 </script>
 
-<style  lang='scss' scoped>
+<style lang="scss" scoped>
 ._container {
-  width: 1200px !important;
-  margin-right: auto;
-  margin-left: auto;
-  padding-right: 15px;
-  padding-left: 15px;
-  max-width: none !important;
+  width: 70%;
+  min-width: 600px;
+  margin: 0 auto;
+  padding: 0 15px;
 }
 ._container:after,
 ._container:before {
   display: table;
-  content: ' ';
+  content: " ";
   clear: both;
 }
 .breadcrumb {
@@ -167,7 +185,7 @@ export default {
   width: 100%;
   h1 {
     color: #222222;
-    font-size: 26px;
+    font-size: 18px;
     margin: 19px 20px;
   }
   .deliver:hover {
@@ -205,7 +223,7 @@ export default {
         color: #1a1a1a;
         margin-bottom: 10px;
         font-size: 20px;
-        font-family: 'SourceHanSansCN';
+        font-family: "SourceHanSansCN";
       }
       p {
         color: #666666;
@@ -219,10 +237,10 @@ export default {
           padding: 0 1px 0 4px;
           display: inline-block;
           color: #919090;
-          content: '|';
+          content: "|";
         }
         .meta_cell:last-child:after {
-          content: '';
+          content: "";
         }
       }
     }

+ 30 - 87
src/views/PersonalCenter/Evaluate/EvaluateIndex.vue

@@ -2,47 +2,19 @@
  * @Description: 我的评价
  * @Author: 空白格
  * @Date: 2022-08-24 10:00:07
- * @LastEditors: wangcc
- * @LastEditTime: 2022-08-25 14:33:46
+ * @LastEditors: 空白格
+ * @LastEditTime: 2022-08-29 17:27:58
  * @FilePath: \veterans_client_web\src\views\PersonalCenter\Evaluate\EvaluateIndex.vue
  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 -->
 <template>
   <div>
-    <banner title="我的评价" :breadcrumb="false"></banner>
-    <div class="breadcrumb">
-      <div class="_container">
-        <div class="banner-breadcrumb-breadcrumb">
-          <el-breadcrumb separator-class="el-icon-arrow-right">
-            <el-breadcrumb-item :to="{ path: '/' }">首页</el-breadcrumb-item>
-            <el-breadcrumb-item :to="{ path: '/personalcenter'}">我的</el-breadcrumb-item>
-            <el-breadcrumb-item>我的评价</el-breadcrumb-item>
-          </el-breadcrumb>
-        </div>
-      </div>
-    </div>
+    <banner title="我的评价" :is-router="true"></banner>
     <div class="deliverBox">
       <div class="_container">
         <div class="box-list">
           <h1>全部评价</h1>
-          <div style="display:table">
-            <div class="deliverList-box">
-              <div class="line"></div>
-              <h3 class="title-h3">电子技术课程</h3>
-              <div class="deliver">
-                <div class="log">
-                  <img src="@/assets/images/log.png" alt />
-                </div>
-                <div class="center">
-                  <h3>王珊珊</h3>
-                  <el-rate v-model="value" disabled text-color="#ff9900"></el-rate>
-                  <p class="comment">老师讲课很生动,学到了很多东西,学了又想学,西,学了又想学西,学了又想学西,学了又想学</p>
-                </div>
-                <div class="right-box">
-                  <span class="time">2020.8.24</span>
-                </div>
-              </div>
-            </div>
+          <div style="display: table" v-if="evaluatelist.length">
             <div class="deliverList-box">
               <div class="line"></div>
               <h3 class="title-h3">电子技术课程</h3>
@@ -52,42 +24,14 @@
                 </div>
                 <div class="center">
                   <h3>王珊珊</h3>
-                  <el-rate v-model="value" disabled text-color="#ff9900"></el-rate>
-                  <p class="comment">老师讲课很生动,学到了很多东西,学了又想学,西,学了又想学西,学了又想学西,学了又想学</p>
-                </div>
-                <div class="right-box">
-                  <span class="time">2020.8.24</span>
-                </div>
-              </div>
-            </div>
-            <div class="deliverList-box">
-              <div class="line"></div>
-              <h3 class="title-h3">电子技术课程</h3>
-              <div class="deliver">
-                <div class="log">
-                  <img src="@/assets/images/log.png" alt />
-                </div>
-                <div class="center">
-                  <h3>王珊珊</h3>
-                  <el-rate v-model="value" disabled text-color="#ff9900"></el-rate>
-                  <p class="comment">老师讲课很生动,学到了很多东西,学了又想学,西,学了又想学西,学了又想学西,学了又想学</p>
-                </div>
-                <div class="right-box">
-                  <span class="time">2020.8.24</span>
-                </div>
-              </div>
-            </div>
-            <div class="deliverList-box">
-              <div class="line"></div>
-              <h3 class="title-h3">电子技术课程</h3>
-              <div class="deliver">
-                <div class="log">
-                  <img src="@/assets/images/log.png" alt />
-                </div>
-                <div class="center">
-                  <h3>王珊珊</h3>
-                  <el-rate v-model="value" disabled text-color="#ff9900"></el-rate>
-                  <p class="comment">老师讲课很生动,学到了很多东西,学了又想学,西,学了又想学西,学了又想学西,学了又想学</p>
+                  <el-rate
+                    v-model="value"
+                    disabled
+                    text-color="#ff9900"
+                  ></el-rate>
+                  <p class="comment">
+                    老师讲课很生动,学到了很多东西,学了又想学,西,学了又想学西,学了又想学西,学了又想学
+                  </p>
                 </div>
                 <div class="right-box">
                   <span class="time">2020.8.24</span>
@@ -95,7 +39,8 @@
               </div>
             </div>
           </div>
-          <div class="pagination" v-if="total">
+          <el-empty description="列表数据为空" v-else></el-empty>
+          <div class="pagination" v-if="total && evaluatelist.length">
             <el-pagination
               background
               layout="prev, pager, next"
@@ -111,9 +56,9 @@
 </template>
 
 <script>
-import banner from '@/components/BannerBreadcrumb/index.vue';
+import banner from "@/components/BannerBreadcrumb/index.vue";
 export default {
-  name: 'EvaluateIndex',
+  name: "EvaluateIndex",
   components: { banner },
   data() {
     return {
@@ -121,10 +66,11 @@ export default {
       queryParams: {
         pageNum: 1,
         pageSize: 10,
-        schoolName: undefined
+        schoolName: undefined,
       },
       total: 0,
       loading: false,
+      evaluatelist: []
     };
   },
   methods: {
@@ -150,24 +96,22 @@ export default {
       //   this.total = Number(res.total);
       //   this.loading = false;
       // });
-    }
-  }
+    },
+  },
 };
 </script>
 
-<style  lang='scss' scoped>
+<style lang="scss" scoped>
 ._container {
-  width: 1200px !important;
-  margin-right: auto;
-  margin-left: auto;
-  padding-right: 15px;
-  padding-left: 15px;
-  max-width: none !important;
+  width: 70%;
+  min-width: 600px;
+  margin: 0 auto;
+  padding: 0 15px;
 }
 ._container:after,
 ._container:before {
   display: table;
-  content: ' ';
+  content: " ";
   clear: both;
 }
 .breadcrumb {
@@ -195,7 +139,7 @@ export default {
   width: 100%;
   h1 {
     color: #222222;
-    font-size: 26px;
+    font-size: 20px;
     margin: 19px 20px;
   }
   .deliver {
@@ -225,7 +169,7 @@ export default {
         color: #1a1a1a;
         margin-bottom: 10px;
         font-size: 20px;
-        font-family: 'SourceHanSansCN';
+        font-family: "SourceHanSansCN";
       }
       p {
         color: #666666;
@@ -239,10 +183,10 @@ export default {
           padding: 0 1px 0 4px;
           display: inline-block;
           color: #919090;
-          content: '|';
+          content: "|";
         }
         .meta_cell:last-child:after {
-          content: '';
+          content: "";
         }
       }
       .comment {
@@ -340,4 +284,3 @@ export default {
   width: 200px;
 }
 </style>
-

+ 85 - 64
src/views/PersonalCenter/Interview/InterviewIndex.vue

@@ -2,31 +2,24 @@
  * @Description: 我的面试
  * @Author: 空白格
  * @Date: 2022-08-24 09:56:29
- * @LastEditors: wangcc
- * @LastEditTime: 2022-08-25 12:00:37
+ * @LastEditors: 空白格
+ * @LastEditTime: 2022-08-29 17:31:00
  * @FilePath: \veterans_client_web\src\views\PersonalCenter\Interview\InterviewIndex.vue
  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 -->
 <template>
   <div>
-    <banner title="我的面试" :breadcrumb="false"></banner>
-    <div class="breadcrumb">
-      <div class="_container">
-        <div class="banner-breadcrumb-breadcrumb">
-          <el-breadcrumb separator-class="el-icon-arrow-right">
-            <el-breadcrumb-item :to="{ path: '/' }">首页</el-breadcrumb-item>
-            <el-breadcrumb-item :to="{ path: '/personalcenter'}">我的</el-breadcrumb-item>
-            <el-breadcrumb-item>我的面试</el-breadcrumb-item>
-          </el-breadcrumb>
-        </div>
-      </div>
-    </div>
+    <banner title="我的面试" :isRouter="true"></banner>
     <div class="deliverBox">
       <div class="_container">
         <div class="box-list">
           <h1>全部面试</h1>
-          <div style="display:table">
-            <div class="deliverList-box" v-for="(item,index) in deliverList" :key="index">
+          <div style="display: table" v-if="deliverList.length">
+            <div
+              class="deliverList-box"
+              v-for="(item, index) in deliverList"
+              :key="index"
+            >
               <div class="interview-state">
                 <h3 v-if="item.status == 0">未查看</h3>
                 <h3 v-if="item.status == 10">已查看</h3>
@@ -38,46 +31,76 @@
                 <h3 v-if="item.status == 60" class="red">面试未通过</h3>
                 <h3 v-if="item.status == 70" class="grey">未参加面试</h3>
                 <h3 v-if="item.status == 80" class="grey">已拒绝入职</h3>
-                <span class="interview-time">{{item.updateTime.slice(0,10)}}</span>
+                <span class="interview-time">{{
+                  item.updateTime.slice(0, 10)
+                }}</span>
               </div>
               <div class="deliver">
                 <div class="log">
                   <img :src="item.companyLogoUrl" alt />
                 </div>
                 <div class="center">
-                  <h3>{{item.postName}}</h3>
+                  <h3>{{ item.postName }}</h3>
                   <p>
-                    <span class="meta_cell">{{item.provinceName}}</span>
-                    <span class="meta_cell" v-if="item.workYear == 0">经验不限</span>
-                    <span class="meta_cell" v-if="item.workYear == 1">1~3年</span>
-                    <span class="meta_cell" v-if="item.workYear == 2">3年以上</span>
-                    <span class="meta_cell" v-if="item.workYear == 3">5年以上</span>
-                    <span class="meta_cell" v-if="item.educationBg == 1">小学</span>
-                    <span class="meta_cell" v-if="item.educationBg == 2">初中</span>
-                    <span class="meta_cell" v-if="item.educationBg == 3">中专</span>
-                    <span class="meta_cell" v-if="item.educationBg == 4">高中</span>
-                    <span class="meta_cell" v-if="item.educationBg == 5">大专</span>
-                    <span class="meta_cell" v-if="item.educationBg == 6">本科</span>
-                    <span class="meta_cell" v-if="item.educationBg == 7">硕士</span>
-                    <span class="meta_cell" v-if="item.educationBg == 8">博士</span>
+                    <span class="meta_cell">{{ item.provinceName }}</span>
+                    <span class="meta_cell" v-if="item.workYear == 0"
+                      >经验不限</span
+                    >
+                    <span class="meta_cell" v-if="item.workYear == 1"
+                      >1~3年</span
+                    >
+                    <span class="meta_cell" v-if="item.workYear == 2"
+                      >3年以上</span
+                    >
+                    <span class="meta_cell" v-if="item.workYear == 3"
+                      >5年以上</span
+                    >
+                    <span class="meta_cell" v-if="item.educationBg == 1"
+                      >小学</span
+                    >
+                    <span class="meta_cell" v-if="item.educationBg == 2"
+                      >初中</span
+                    >
+                    <span class="meta_cell" v-if="item.educationBg == 3"
+                      >中专</span
+                    >
+                    <span class="meta_cell" v-if="item.educationBg == 4"
+                      >高中</span
+                    >
+                    <span class="meta_cell" v-if="item.educationBg == 5"
+                      >大专</span
+                    >
+                    <span class="meta_cell" v-if="item.educationBg == 6"
+                      >本科</span
+                    >
+                    <span class="meta_cell" v-if="item.educationBg == 7"
+                      >硕士</span
+                    >
+                    <span class="meta_cell" v-if="item.educationBg == 8"
+                      >博士</span
+                    >
                   </p>
-                  <p>{{item.companyName}}</p>
+                  <p>{{ item.companyName }}</p>
                 </div>
                 <div class="right-box">
-                  <span
-                    class="pir"
-                    v-if="item.postStatus == 1"
-                  >{{item.lowestSalary}}K-{{item.highestSalary}}K</span>
-                  <span class="postStatus" v-if="item.postStatus == 0">职位已下架</span>
-                  <span class="time">{{item.createTime.slice(0,10)}}</span>
+                  <span class="pir" v-if="item.postStatus == 1"
+                    >{{ item.lowestSalary }}K-{{ item.highestSalary }}K</span
+                  >
+                  <span class="postStatus" v-if="item.postStatus == 0"
+                    >职位已下架</span
+                  >
+                  <span class="time">{{ item.createTime.slice(0, 10) }}</span>
                 </div>
               </div>
-              <div class="button-btn"  v-if="item.status == 30">
-                <el-button size="medium" disabled type="primary" class="video">发起视频面试</el-button>
+              <div class="button-btn" v-if="item.status == 30">
+                <el-button size="medium" disabled type="primary" class="video"
+                  >发起视频面试</el-button
+                >
               </div>
             </div>
           </div>
-          <div class="pagination" v-if="total">
+          <el-empty description="列表数据为空" v-else></el-empty>
+          <div class="pagination" v-if="total && deliverList.length">
             <el-pagination
               background
               layout="prev, pager, next"
@@ -93,21 +116,21 @@
 </template>
 
 <script>
-import banner from '@/components/BannerBreadcrumb/index.vue';
-import { myInterviewList } from '@/api/PersonalCenter/index';
+import banner from "@/components/BannerBreadcrumb/index.vue";
+import { myInterviewList } from "@/api/PersonalCenter/index";
 export default {
-  name: 'DeliverIndex',
+  name: "DeliverIndex",
   components: { banner },
   data() {
     return {
       queryParams: {
         pageNum: 1,
         pageSize: 10,
-        schoolName: undefined
+        schoolName: undefined,
       },
       total: 0,
       loading: false,
-      deliverList: []
+      deliverList: [],
     };
   },
   created() {
@@ -136,30 +159,28 @@ export default {
         this.total = Number(res.total);
         this.loading = false;
       });
-    }
+    },
     // detail(item) {
     //   this.$router.push({
     //     name: 'EnterprisePositionIndex',
     //     query: { positionId: item.id }
     //   });
     // }
-  }
+  },
 };
 </script>
 
-<style  lang='scss' scoped>
+<style lang="scss" scoped>
 ._container {
-  width: 1200px !important;
-  margin-right: auto;
-  margin-left: auto;
-  padding-right: 15px;
-  padding-left: 15px;
-  max-width: none !important;
+  width: 70%;
+  min-width: 600px;
+  margin: 0 auto;
+  padding: 0 15px;
 }
 ._container:after,
 ._container:before {
   display: table;
-  content: ' ';
+  content: " ";
   clear: both;
 }
 .breadcrumb {
@@ -187,7 +208,7 @@ export default {
   width: 100%;
   h1 {
     color: #222222;
-    font-size: 26px;
+    font-size: 18px;
     margin: 19px 20px;
   }
   .deliver {
@@ -216,8 +237,8 @@ export default {
       h3 {
         color: #1a1a1a;
         margin-bottom: 10px;
-        font-size: 20px;
-        font-family: 'SourceHanSansCN';
+        font-size: 18px;
+        font-family: "SourceHanSansCN";
       }
       p {
         color: #666666;
@@ -231,10 +252,10 @@ export default {
           padding: 0 1px 0 4px;
           display: inline-block;
           color: #919090;
-          content: '|';
+          content: "|";
         }
         .meta_cell:last-child:after {
-          content: '';
+          content: "";
         }
       }
     }
@@ -247,7 +268,7 @@ export default {
       }
       .pir {
         color: #ef651f;
-        font-size: 20px;
+        font-size: 18px;
       }
       .time {
         color: #999999;
@@ -289,7 +310,7 @@ export default {
   justify-content: space-between;
   border-bottom: 1px dashed #ccc;
   line-height: 50px;
-  font-size: 22px;
+  font-size: 20px;
   color: #3ca7fe;
   .grey {
     color: #999999;
@@ -301,7 +322,7 @@ export default {
     color: #ff3939;
   }
 }
-.button-btn{
+.button-btn {
   width: 100%;
   display: flex;
   justify-content: center;

+ 15 - 29
src/views/PersonalCenter/SkillTraining/SkillTrainingIndex.vue

@@ -2,27 +2,14 @@
  * @Description: 我的技能培训
  * @Author: 空白格
  * @Date: 2022-08-24 10:02:17
- * @LastEditors: wangcc
- * @LastEditTime: 2022-08-25 16:10:36
+ * @LastEditors: 空白格
+ * @LastEditTime: 2022-08-29 17:24:46
  * @FilePath: \veterans_client_web\src\views\PersonalCenter\SkillTraining\SkillTrainingIndex.vue
  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 -->
 <template>
   <div>
-    <banner title="我的技能培训" :breadcrumb="false"></banner>
-    <div class="breadcrumb">
-      <div class="_container">
-        <div class="banner-breadcrumb-breadcrumb">
-          <el-breadcrumb separator-class="el-icon-arrow-right">
-            <el-breadcrumb-item :to="{ path: '/' }">首页</el-breadcrumb-item>
-            <el-breadcrumb-item :to="{ path: '/personalcenter' }"
-              >我的</el-breadcrumb-item
-            >
-            <el-breadcrumb-item>我的技能培训</el-breadcrumb-item>
-          </el-breadcrumb>
-        </div>
-      </div>
-    </div>
+    <banner title="我的技能培训" :is-router="true"></banner>
     <div class="deliverBox">
       <div class="_container">
         <div class="box-list">
@@ -35,7 +22,7 @@
               >{{ item.name }}</span
             >
           </div>
-          <div style="display: table; width: 100%">
+          <div style="display: table; width: 100%" v-if="deliverList.length">
             <div
               class="deliverList-box"
               v-for="(train, index) in deliverList"
@@ -69,7 +56,8 @@
               </div>
             </div>
           </div>
-          <div class="pagination" v-if="total">
+          <el-empty description="列表数据为空" v-else></el-empty>
+          <div class="pagination" v-if="total && deliverList.length">
             <el-pagination
               background
               layout="prev, pager, next"
@@ -158,12 +146,10 @@ export default {
 
 <style lang="scss" scoped>
 ._container {
-  width: 1200px !important;
-  margin-right: auto;
-  margin-left: auto;
-  padding-right: 15px;
-  padding-left: 15px;
-  max-width: none !important;
+  width: 70%;
+  min-width: 600px;
+  margin: 0 auto;
+  padding: 0 15px;
 }
 ._container:after,
 ._container:before {
@@ -200,19 +186,19 @@ export default {
       color: #1a1a1a;
       display: inline-block;
       height: 35px;
-      font-size: 22px;
+      font-size: 20px;
       cursor: pointer;
       margin-right: 36px;
     }
 
     .activeSpan {
       color: #416050;
-      border-bottom: 4px solid #416050;
+      border-bottom: 2px solid #416050;
     }
   }
   h1 {
     color: #222222;
-    font-size: 26px;
+    font-size: 20px;
     margin: 19px 20px;
   }
   .deliver {
@@ -241,7 +227,7 @@ export default {
       h3 {
         color: #1a1a1a;
         margin-bottom: 10px;
-        font-size: 18px;
+        font-size: 16px;
         font-family: "SourceHanSansCN";
         font-weight: 400;
       }
@@ -279,7 +265,7 @@ export default {
       }
       .pir {
         color: #ef651f;
-        font-size: 20px;
+        font-size: 16px;
       }
       .time {
         color: #999999;