修改bug

This commit is contained in:
yangjun 2026-03-20 16:10:02 +08:00
parent 2e44fa815e
commit aa71bf3439
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ export const columns: BasicColumn[] = [
if(text == 'Y') {
ret = "启用";
} else if(text == 'N') {
ret = "用";
ret = "用";
} else {
ret = "未合作";
}