mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 20:36:45 +08:00
面授修改部门展示信息
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user