Sfoglia il codice sorgente

Merge branch 'master' of http://git.cc-lotus.info/smart-jobs/web-common

lrf402788946 5 anni fa
parent
commit
98f33d85f7

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

@@ -10,7 +10,7 @@
                 <el-link :underline="false" @click="$router.push({ path: `/info/detail?id=${tag.id}` })">{{ tag.title }} </el-link>
               </el-col>
               <el-col :span="4" class="time">
-                {{ tag.meta && tag.meta.createdAt ? new Date(tag.meta.createdAt).toLocaleDateString() : '' || '' }}
+                {{ tag.publish_time }}
               </el-col>
             </el-col>
           </el-tab-pane>

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

@@ -10,7 +10,7 @@
                 <el-link :underline="false" @click="$router.push({ path: `/info/detail?id=${tag.id}` })">{{ tag.title }}</el-link>
               </el-col>
               <el-col :span="4" class="time">
-                {{ tag.meta && tag.meta.createdAt ? new Date(tag.meta.createdAt).toLocaleDateString() : '' || '' }}
+                {{ tag.publish_time }}
               </el-col>
             </el-col>
           </el-tab-pane>

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

@@ -86,7 +86,7 @@ export default {
   },
   components: {},
   data: () => ({
-    activeName: 'talkOut',
+    activeName: 'jobinfo',
     Color: '#850000',
   }),
   created() {},