Authored by 王涛

Merge branch 'master-V32-XuHaoJie' into 'master'

浙江-资源视图-数量对不上问题2



See merge request !394
... ... @@ -1440,7 +1440,10 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'admin', 'form', 'table', '
}
});
if(resType == 'HOST_MINICOMPUTER'){//小型机整机 屏蔽连接状态
if(resType == 'HOST_MINICOMPUTER' || resType=='HUAWEI_CLOUD_CLUSTER' || resType=='HUAWEI_CLOUD_COLONY' || resType=='HUAWEI_CLOUD_PHYSICSHOST' ||
resType == 'HUAWEI_CLOUD_STORAGE' || resType == 'HUAWEI_CLOUD_SWITCHBOARD' || resType == 'HUAWEI_CLOUD_FIREWALL' || resType == 'ALI_CLOUD_RDS'
|| resType == 'ALI_CLOUD_SLB' || resType == 'ALI_CLOUD_OSS'
){//小型机整机 屏蔽连接状态
$('.info-box-count').eq(3).hide();
}
form.render("select");
... ...