This commit is contained in:
kclf
2022-12-06 21:28:41 +08:00
2 changed files with 15 additions and 14 deletions

View File

@@ -3521,7 +3521,7 @@ const columns7 = [
key: "7",
align: "center",
customRender: ({ record }) => {
switch (String(record.source)) {
switch (String(record.signStatus)) {
case "0":
return "未签到";
case "1":
@@ -3538,7 +3538,7 @@ const columns7 = [
key: "8",
align: "center",
customRender: ({ record }) => {
switch (String(record.source)) {
switch (String(record.evalStatus)) {
case "0":
return "未评估";
case "1":