@@ -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-tab-pane>
<el-link :underline="false" @click="$router.push({ path: `/info/detail?id=${tag.id}` })">{{ tag.title }}</el-link>
@@ -86,7 +86,7 @@ export default {
},
components: {},
data: () => ({
- activeName: 'talkOut',
+ activeName: 'jobinfo',
Color: '#850000',
}),
created() {},