guhongwei 5 lat temu
rodzic
commit
e3d1c348ea

+ 1 - 1
src/config/jobs-menu.js

@@ -1,5 +1,5 @@
 export const jobMenu = {
-  title: '招聘相关',
+  title: '招聘信息',
   children: [
     {
       title: '校内宣讲会',

+ 1 - 1
src/layout/index/huji.vue

@@ -17,7 +17,7 @@
             <p class="textOver"><i class="el-icon-caret-right icon"></i>{{ item.title }}</p>
           </el-col>
           <el-col :span="5" class="date">
-            {{ item.meta | getDate }}
+            {{ item.publish_time }}
           </el-col>
         </el-col>
       </el-col>

+ 1 - 1
src/layout/index/news.vue

@@ -37,7 +37,7 @@
             >
               <span class="shu"></span>
               <span class="title">{{ item.title }}</span>
-              <span class="time">{{ item.meta | getDate }}</span>
+              <span class="time">{{ item.publish_time }}</span>
             </el-col>
           </el-col>
         </el-col>

+ 1 - 1
src/layout/index/service.vue

@@ -17,7 +17,7 @@
             <p class="textOver"><i class="el-icon-caret-right icon"></i>{{ item.title }}</p>
           </el-col>
           <el-col :span="5" class="date">
-            {{ item.meta | getDate }}
+            {{ item.publish_time }}
           </el-col>
         </el-col>
       </el-col>

+ 1 - 1
src/layout/list/mainRight.vue

@@ -16,7 +16,7 @@
                 <p class="textOver">{{ item.title }}</p>
               </el-col>
               <el-col :span="4" class="date">
-                {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
+                {{ item.publish_time }}
               </el-col>
             </el-col>
             <el-col :span="24" class="content">

+ 2 - 2
src/layout/member/dangjian.vue

@@ -35,7 +35,7 @@
               <el-col :span="16" class="title">
                 <p class="textOver"><i class="el-icon-s-flag icon"></i>{{ item.title }}</p>
               </el-col>
-              <el-col :span="8" class="date"> [{{ item.meta | getDate }}] </el-col>
+              <el-col :span="8" class="date"> [{{ item.publish_time }}] </el-col>
             </el-col>
           </el-col>
         </el-col>
@@ -90,7 +90,7 @@
               <el-col :span="16" class="title">
                 <p class="textOver"><i class="el-icon-s-flag icon"></i>{{ item.title }}</p>
               </el-col>
-              <el-col :span="8" class="date"> [{{ item.meta | getDate }}]</el-col>
+              <el-col :span="8" class="date"> [{{ item.publish_time }}]</el-col>
             </el-col>
           </el-col>
         </el-col>

+ 1 - 1
src/layout/member/gaoceng.vue

@@ -41,7 +41,7 @@
               </p>
             </el-col>
             <el-col :span="4" class="date">
-              {{ item.meta | getDate }}
+              {{ item.publish_time }}
             </el-col>
           </el-col>
         </el-col>

+ 1 - 1
src/layout/member/xuexi.vue

@@ -60,7 +60,7 @@
               <el-col :span="16" class="title">
                 <p class="textOver"><i class="el-icon-s-flag icon"></i>{{ item.title }}</p>
               </el-col>
-              <el-col :span="8" class="date"> [{{ item.meta | getDate }}] </el-col>
+              <el-col :span="8" class="date"> [{{ item.publish_time }}] </el-col>
             </el-col>
           </el-col>
         </el-col>