...
|
...
|
@@ -209,7 +209,7 @@ export default { |
|
|
let deviceDatas=[];
|
|
|
deviceDatas.push({
|
|
|
name:CabinetNum,//机柜名称
|
|
|
cabinetCapacity :'42U',//机柜总U位数-目前都是42U
|
|
|
cabinetCapacity :'48U',//机柜总U位数-目前都是42U
|
|
|
deviceNum:resData.length,//设备数量
|
|
|
alarmNum:resData.alarmNum,//警告量
|
|
|
health:resData.health,//状态
|
...
|
...
|
|