diff --git a/src/components/student/TableStudent.vue b/src/components/student/TableStudent.vue index d8382800..a9fb4050 100644 --- a/src/components/student/TableStudent.vue +++ b/src/components/student/TableStudent.vue @@ -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 } }) => - {allDepartShow(studentOrgName)} + // {allDepartShow(studentOrgName)} + {studentDepartName} }, { title: "所属小组", @@ -522,7 +523,7 @@ const tablecolumns = ref([ ellipsis: true, }, { - title: "加入方式", + title: "报名方式", dataIndex: "source", key: "source", width: "60px",