1
0
forked from dyf/dyf-vue-ui

首页,报警图表,字段顺序调整

This commit is contained in:
fengerli
2025-09-20 15:43:53 +08:00
parent eb4bb8c208
commit b1f5cfdd7a
3 changed files with 22 additions and 16 deletions

View File

@ -16,6 +16,7 @@ export interface AlarmVO {
deviceMac: string;
devicePic:string;
finishTime: string;
timeDiff:string
}