mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 12:56:45 +08:00
2023-2-15bug修复
This commit is contained in:
@@ -440,6 +440,15 @@ const tablecolumns = ref([
|
||||
customRender: ({ record: { studentOrgName, studentDepartName } }) =>
|
||||
allDepartShow(studentOrgName, studentDepartName),
|
||||
},
|
||||
{
|
||||
title: "所属小组",
|
||||
dataIndex: "groupName",
|
||||
key: "groupName",
|
||||
width: "20%",
|
||||
align: "center",
|
||||
className: "h",
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: "加入方式",
|
||||
dataIndex: "source",
|
||||
|
||||
Reference in New Issue
Block a user