记录相关数据按照日期降序排序

This commit is contained in:
zyh
2025-08-22 19:34:23 +08:00
parent 0bd1c06283
commit 5867cec461
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="创建时间" align="center" prop="createTime" min-width="150" fixed>
<template #default="scope">
<span>{{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}</span>
<span>{{ parseTime(scope.row.createTime, '{y}-{m}-{d} {h}:{i}') }}</span>
</template>
</el-table-column>
<el-table-column label="事件日期" align="center" prop="eventDate" min-width="120px">