百色农校

This commit is contained in:
2025-04-18 19:06:34 +08:00
parent 7078da29f2
commit fa370af4fe
2 changed files with 2 additions and 2 deletions

View File

@@ -125,7 +125,7 @@
"keyword": "关键词", "keyword": "关键词",
"recentlyViewed": "最近浏览", "recentlyViewed": "最近浏览",
"author": "作者", "author": "作者",
"click": "点击", "click": "浏览",
"label": "标签", "label": "标签",
"seeMore": "查看更多", "seeMore": "查看更多",
"onlineInquiry": "在线询价", "onlineInquiry": "在线询价",

View File

@@ -15,7 +15,7 @@
<div class="flex items-center justify-center py-4"> <div class="flex items-center justify-center py-4">
<el-space size="large" class="text-gray-400"> <el-space size="large" class="text-gray-400">
<span>{{ $t('createTime') }}{{ dayjs(form.createTime).format('YYYY-MM-DD') }}</span> <span>{{ $t('createTime') }}{{ dayjs(form.createTime).format('YYYY-MM-DD') }}</span>
<span>{{ $t('author') }}{{ form.author }}</span> <span v-if="form.author">{{ $t('author') }}{{ form.author }}</span>
<span>{{ $t('click') }}{{ getViews(form) }}</span> <span>{{ $t('click') }}{{ getViews(form) }}</span>
<span v-if="form.source">文章来源{{ form.source }}</span> <span v-if="form.source">文章来源{{ form.source }}</span>
</el-space> </el-space>