天气预报

master
chaiyapeng 2024-09-04 22:35:09 +08:00
parent 205e64892a
commit 3b19c4a2fd
1 changed files with 8 additions and 0 deletions

View File

@ -54,6 +54,14 @@
</template>
</el-table-column>
<el-table-column
label="更新时间"
width="180">
<template slot-scope="scope">
<span style="margin-left: 10px">{{ scope.row.connectorUptime }}</span>
</template>
</el-table-column>
<el-table-column
label="更新时间"
width="180">