mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 08:16:46 +08:00
fix:学员加入方式-手动加入-导入
This commit is contained in:
@@ -2030,7 +2030,7 @@ const columns7 = [
|
||||
customRender: ({ record }) => {
|
||||
switch (String(record.source)) {
|
||||
case "1":
|
||||
return "手动加入";
|
||||
return "导入";
|
||||
case "2":
|
||||
return "报名加入";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user