1
0
forked from dyf/dyf-vue-ui

报警列表卡片,模式页面布局修改,估计播放,优化体验

This commit is contained in:
fengerli
2025-08-30 14:45:55 +08:00
parent e07a4fea01
commit 031f6135c1
18 changed files with 1302 additions and 392 deletions

View File

@ -15,9 +15,8 @@ export const deviceInstructionRecord = (params) => {
params: params
});
};
// 导出
export default {
devicegroupList,
deviceInstructionRecord,
deviceInstructionRecord
};

View File

@ -8,6 +8,7 @@ export interface deviceQuery {
deviceType: string;
startTime: string; // 接口要求的开始时间字段
endTime: string // 接口要求的结束时间字段
content:string
}
export interface deviceVO {
id: number; // 设备ID