心跳历史展示为从新到旧

This commit is contained in:
lin 2026-01-27 22:26:46 +08:00
parent 7dea67b472
commit 83057d81d8

View File

@ -28,7 +28,7 @@
<el-table
v-if="viewMode === 'table'"
:data="list"
:data="tableData"
border
stripe
size="mini"
@ -109,6 +109,9 @@ export default {
rows: this.list
}
},
tableData() {
return this.list.slice().reverse();
},
timeDiffDelta() {
if (!this.list.length) return 0
const nums = this.list