فهرست منبع

合作院校改为教育基地合作院校

gcz 1 سال پیش
والد
کامیت
90a2900e87

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 10883 - 0
package-lock.json


+ 1 - 1
src/api/CooperativeColleges/index.js

@@ -1,5 +1,5 @@
 /**
- * @Description: 合作院校
+ * @Description: 教育基地合作院校
  * @Author: 空白格
  * @Date: 2022-08-11 17:29:58
  * @LastEditors: 空白格

+ 1 - 1
src/router/index.js

@@ -86,7 +86,7 @@ const routes = [
         component: () =>
           import("@/views/CooperativeColleges/CooperativeCollegesIndex.vue"),
         meta: {
-          title: "合作院校",
+          title: "教育基地合作院校",
         },
       },
       {

+ 1 - 1
src/views/CooperativeColleges/CollegesDetails/CollegesDetailsIndex.vue

@@ -1,5 +1,5 @@
 <!--
- * @Description: 合作院校详情
+ * @Description: 教育基地合作院校详情
  * @Author: 空白格
  * @Date: 2022-08-16 10:40:45
  * @LastEditors: 空白格

+ 2 - 2
src/views/CooperativeColleges/CooperativeCollegesIndex.vue

@@ -1,5 +1,5 @@
 <!--
- * @Description: 合作院校
+ * @Description: 教育基地合作院校
  * @Author: 空白格
  * @Date: 2022-08-11 17:17:33
  * @LastEditors: 空白格
@@ -9,7 +9,7 @@
 -->
 <template>
   <div class="app-main cooperative-colleges">
-    <BannerBreadcrumb title="合作院校" />
+    <BannerBreadcrumb title="教育基地合作院校" />
     <div class="app-main-box cooperative-colleges-content" v-loading="loading">
       <div class="app-main-box-content cooperative-colleges-content-list">
         <el-row :gutter="16">

+ 2 - 2
src/views/Home/HomeIndex.vue

@@ -2,8 +2,8 @@
  * @Description: 首页
  * @Author: 空白格
  * @Date: 2022-08-10 11:26:40
- * @LastEditors: 空白格
- * @LastEditTime: 2022-12-15 10:18:02
+ * @LastEditors: gcz
+ * @LastEditTime: 2023-12-05 09:05:32
  * @FilePath: \veterans_client_web\src\views\Home\HomeIndex.vue
  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 -->

+ 1 - 1
src/views/Home/components/InstitutionalCooperation.vue

@@ -10,7 +10,7 @@
 <template>
   <div class="institutional-cooperation">
     <div class="institutional-cooperation-box">
-      <div class="institutional-cooperation-title">合作院校</div>
+      <div class="institutional-cooperation-title">教育基地合作院校</div>
       <div class="institutional-cooperation-list">
         <el-row :gutter="30" v-if="schoolList.length">
           <el-col

+ 1 - 1
src/views/Home/components/MenuNavigation.vue

@@ -43,7 +43,7 @@ export default {
           path: "/recruitmentemployment",
         },
         {
-          name: "合作院校",
+          name: "教育基地合作院校",
           icon: require("@/assets/images/home-menu-icon/home-menu-icon-4.svg"),
           path: "/cooperativecolleges",
         },