更新swagger

This commit is contained in:
2025-09-19 23:56:30 +08:00
parent 23b6d236a5
commit 68e07a4d53
3 changed files with 103 additions and 13 deletions

View File

@@ -115,7 +115,7 @@ export default {
...device,
// 格式化数据显示
type: this.formatDeviceType(device.type),
lastUpdate: device.lastUpdate || '-'
lastUpdate: device.updated_at || '-'
}));
} catch (err) {
this.error = err.message || '未知错误';