|
@@ -262,6 +262,12 @@ function formatInfoData(k,data){
|
|
|
}
|
|
|
});
|
|
|
|
|
|
+ if(global_activeTab=="缺陷总览"){
|
|
|
+ $(".check").css("display","none")
|
|
|
+ }else{
|
|
|
+ $(".check").css("display","block")
|
|
|
+ }
|
|
|
+
|
|
|
if(type&&type == 1){
|
|
|
$(".titleNo").css({
|
|
|
'background-color': '#00A1FF',
|