Showing
1 changed file
with
1 additions
and
1 deletions
@@ -209,7 +209,7 @@ export default { | @@ -209,7 +209,7 @@ export default { | ||
209 | let deviceDatas=[]; | 209 | let deviceDatas=[]; |
210 | deviceDatas.push({ | 210 | deviceDatas.push({ |
211 | name:CabinetNum,//机柜名称 | 211 | name:CabinetNum,//机柜名称 |
212 | - cabinetCapacity :'42U',//机柜总U位数-目前都是42U | 212 | + cabinetCapacity :'48U',//机柜总U位数-目前都是42U |
213 | deviceNum:resData.length,//设备数量 | 213 | deviceNum:resData.length,//设备数量 |
214 | alarmNum:resData.alarmNum,//警告量 | 214 | alarmNum:resData.alarmNum,//警告量 |
215 | health:resData.health,//状态 | 215 | health:resData.health,//状态 |
-
Please register or login to post a comment