2023-2-15bug修复

This commit is contained in:
李东进1
2023-02-15 23:49:40 +08:00
parent 64190bf772
commit 0dbe889182
3 changed files with 13 additions and 3 deletions

View File

@@ -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",