1
0
forked from dyf/dyf-vue-ui

左侧菜单栏样式修改

This commit is contained in:
fengerli
2025-09-05 16:56:46 +08:00
parent a31318aa1a
commit c95c0e65d2
6 changed files with 78 additions and 53 deletions

View File

@ -10,7 +10,7 @@ export interface deviceQuery {
communicationMode: string;
pageSize: Number;
deviceType: string;
content:string
content: string
}
export interface deviceVO {
@ -20,7 +20,7 @@ export interface deviceVO {
onlineStatus: 0 | 1; // 设备状态0=失效/离线1=正常/在线对应子组件的device.status
lng?: number; // 经度(地图打点用)
lat?: number; // 纬度(地图打点用
// 其他字段...
}
// 1. 定义设备详情的类型(根据接口返回字段调整!关键:和后端返回的字段名一致)
@ -42,7 +42,7 @@ export interface DeviceDetail {
name: string; // 姓名
code: string; // ID身份证/工号)
};
chargeState: string
}
// 定义灯光模式的类型接口
export interface LightMode {