mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
fix:学员加入方式-手动加入-导入
This commit is contained in:
@@ -449,13 +449,13 @@ const tablecolumns = ref([
|
|||||||
customRender: ({ record: { source } }) =>
|
customRender: ({ record: { source } }) =>
|
||||||
// ({ 1: "快速添加", 2: "组织", 3: "受众", 4: "报名" }[source]),
|
// ({ 1: "快速添加", 2: "组织", 3: "受众", 4: "报名" }[source]),
|
||||||
({
|
({
|
||||||
0: "手动加入",
|
0: "导入",
|
||||||
1: "手动加入",
|
1: "导入",
|
||||||
2: "手动加入",
|
2: "导入",
|
||||||
3: "手动加入",
|
3: "导入",
|
||||||
4: "报名",
|
4: "报名",
|
||||||
5: "手动加入",
|
5: "导入",
|
||||||
6: "手动加入",
|
6: "导入",
|
||||||
}[source]),
|
}[source]),
|
||||||
},
|
},
|
||||||
...props.columns,
|
...props.columns,
|
||||||
|
|||||||
@@ -2030,7 +2030,7 @@ const columns7 = [
|
|||||||
customRender: ({ record }) => {
|
customRender: ({ record }) => {
|
||||||
switch (String(record.source)) {
|
switch (String(record.source)) {
|
||||||
case "1":
|
case "1":
|
||||||
return "手动加入";
|
return "导入";
|
||||||
case "2":
|
case "2":
|
||||||
return "报名加入";
|
return "报名加入";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3573,7 +3573,7 @@ const columns7 = [
|
|||||||
customRender: ({ record }) => {
|
customRender: ({ record }) => {
|
||||||
switch (String(record.source)) {
|
switch (String(record.source)) {
|
||||||
case "1":
|
case "1":
|
||||||
return "手动加入";
|
return "导入";
|
||||||
case "2":
|
case "2":
|
||||||
return "报名加入";
|
return "报名加入";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user