fix:学员加入方式-手动加入-导入

This commit is contained in:
wyx
2023-02-15 09:29:44 +08:00
parent 2057213b69
commit e125c5382e
4 changed files with 8 additions and 6852 deletions

View File

@@ -2030,7 +2030,7 @@ const columns7 = [
customRender: ({ record }) => {
switch (String(record.source)) {
case "1":
return "手动加入";
return "入";
case "2":
return "报名加入";
}