From b070b73e7b77c9a5ef4d5bc1f6663bf1c79f8360 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Fri, 11 Oct 2024 18:11:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=A2=E6=8E=88=E4=BF=AE=E6=94=B9=E9=83=A8?= =?UTF-8?q?=E9=97=A8=E5=B1=95=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/student/TableStudent.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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",