|
@@ -86,8 +86,8 @@ public class TypeDict {
|
|
|
put("PREPROCESSING", Map.entry("info", "审核中"));
|
|
|
put("PROCESSING", Map.entry("info", "审核中"));
|
|
|
put("info", Map.entry("info", "审核中"));
|
|
|
- put("SUCCESS", Map.entry("success", "审核成功"));
|
|
|
- put("success", Map.entry("success", "审核成功"));
|
|
|
+ put("SUCCESS", Map.entry("success", "审核完成"));
|
|
|
+ put("success", Map.entry("success", "审核完成"));
|
|
|
put("FAILED", Map.entry("danger", "审核未通过"));
|
|
|
put("CANCELLED", Map.entry("danger", "审核未通过"));
|
|
|
put("danger", Map.entry("danger", "审核未通过"));
|