修改bug

This commit is contained in:
yangjun 2026-02-04 13:34:52 +08:00
parent 2eae348127
commit 167032e32f
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ export const columns: BasicColumn[] = [
} else if (text == '2') {
applyStatus = '审核通过';
} else if (text == '3' || text == '5') {
applyStatus = '审核未通过';
applyStatus = '审核驳回';
}
return applyStatus;
},
@ -143,7 +143,7 @@ export const columns2: BasicColumn[] = [
} else if (text == '2') {
applyStatus = '审核通过';
} else if (text == '3' || text == '5') {
applyStatus = '审核未通过';
applyStatus = '审核驳回';
}
return applyStatus;
},