修改bug
This commit is contained in:
parent
2e44fa815e
commit
aa71bf3439
|
|
@ -60,7 +60,7 @@ export const columns: BasicColumn[] = [
|
||||||
if(text == 'Y') {
|
if(text == 'Y') {
|
||||||
ret = "启用";
|
ret = "启用";
|
||||||
} else if(text == 'N') {
|
} else if(text == 'N') {
|
||||||
ret = "禁用";
|
ret = "停用";
|
||||||
} else {
|
} else {
|
||||||
ret = "未合作";
|
ret = "未合作";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue