修改召回状态显示

master
zengwh 4 years ago
parent 3e508e09b2
commit 59de7fa191

@ -160,7 +160,7 @@ function initTable() {
if(value == '召回中'){
return '<span style="color:green">召回中</span>';
}else{
return '<span style="color:red"></span>';
return '<span style="color:red">未召回</span>';
}
}
},

@ -194,10 +194,10 @@ function initTable() {
align: 'center',
valign: 'middle',
formatter:function(value, row){
if(value != '召回中'){
if(value == '召回中'){
return '<span style="color:green">召回中</span>';
}else{
return '<span style="color:red"></span>';
return '<span style="color:red">未召回</span>';
}
}
},

Loading…
Cancel
Save