fix: youhua

This commit is contained in:
zzc
2026-02-05 16:33:04 +08:00
parent 61bf50afc7
commit f524b4e00f
3 changed files with 48 additions and 48 deletions

View File

@@ -88,7 +88,7 @@
</div>
</template>
</el-table-column>
<el-table-column align="center" label="创建时间" show-overflow-tooltip>
<el-table-column align="center" label="分享时间" show-overflow-tooltip>
<template #default="{ row }">
{{ formatTime(row.createdAt) }}
</template>
@@ -138,6 +138,9 @@
}
},
created() {
if (this.$route.query.keyword) {
this.queryForm.keyword = this.$route.query.keyword
}
this.fetchData()
},