面授修改部门展示信息

This commit is contained in:
zhangsir
2024-10-11 18:11:49 +08:00
parent 9b4f1bca9c
commit b070b73e7b

View File

@@ -510,7 +510,8 @@ const tablecolumns = ref([
className: "h",
customCell :() => {return {style: {maxWidth: '200px',overflow: 'hidden',whiteSpace: 'nowrap',textOverflow:'ellipsis',cursor:'pointer'}}},
customRender: ({ record: { studentOrgName, studentDepartName } }) =>
<a-tooltip color="white" placement="topLeft" title={allDepartShow(studentOrgName)} >{allDepartShow(studentOrgName)}</a-tooltip>
// <a-tooltip color="white" placement="topLeft" title={allDepartShow(studentOrgName)} >{allDepartShow(studentOrgName)}</a-tooltip>
<a-tooltip color="white" placement="topLeft" title={studentOrgName} >{studentDepartName}</a-tooltip>
},
{
title: "所属小组",
@@ -522,7 +523,7 @@ const tablecolumns = ref([
ellipsis: true,
},
{
title: "加入方式",
title: "报名方式",
dataIndex: "source",
key: "source",
width: "60px",