Merge branch 'master-V32-XuHaoJie' into 'master'
浙江-资源视图-数量对不上问题2 See merge request !394
Showing
1 changed file
with
4 additions
and
1 deletions
@@ -1440,7 +1440,10 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'admin', 'form', 'table', ' | @@ -1440,7 +1440,10 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'admin', 'form', 'table', ' | ||
1440 | } | 1440 | } |
1441 | 1441 | ||
1442 | }); | 1442 | }); |
1443 | - if(resType == 'HOST_MINICOMPUTER'){//小型机整机 屏蔽连接状态 | 1443 | + if(resType == 'HOST_MINICOMPUTER' || resType=='HUAWEI_CLOUD_CLUSTER' || resType=='HUAWEI_CLOUD_COLONY' || resType=='HUAWEI_CLOUD_PHYSICSHOST' || |
1444 | + resType == 'HUAWEI_CLOUD_STORAGE' || resType == 'HUAWEI_CLOUD_SWITCHBOARD' || resType == 'HUAWEI_CLOUD_FIREWALL' || resType == 'ALI_CLOUD_RDS' | ||
1445 | + || resType == 'ALI_CLOUD_SLB' || resType == 'ALI_CLOUD_OSS' | ||
1446 | + ){//小型机整机 屏蔽连接状态 | ||
1444 | $('.info-box-count').eq(3).hide(); | 1447 | $('.info-box-count').eq(3).hide(); |
1445 | } | 1448 | } |
1446 | form.render("select"); | 1449 | form.render("select"); |
-
Please register or login to post a comment