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

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

@@ -61,7 +61,7 @@
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="创建时间" align="center" prop="createTime" width="180" 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="measureDate" width="120">