fix: youhua
This commit is contained in:
@@ -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()
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user