forked from dyf/dyf-vue-ui
左侧菜单栏样式修改
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user