You've already forked guangan
审核详情
This commit is contained in:
@ -85,7 +85,7 @@
|
||||
}
|
||||
}
|
||||
if(item.status < 0){
|
||||
return '<span style="color:red;">待提交审核</span>';
|
||||
return '<span style="color:red;">待审核</span>';
|
||||
}else if(item.status == 0){
|
||||
return '<span style="color:red;">待分配</span>';
|
||||
}else if(item.status == 1){
|
||||
|
Reference in New Issue
Block a user