审核详情

This commit is contained in:
2025-03-16 14:57:34 +08:00
parent 53e7be1156
commit 27e70a5148
3 changed files with 77 additions and 1 deletions

View File

@ -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){