From 048c6d3cbfb23219131c9d279f5f7f77bd48ea07 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Thu, 17 Oct 2024 16:44:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=97=E4=BC=97=E6=96=B0=E5=A2=9E=E5=9C=A8?= =?UTF-8?q?=E8=81=8C=E4=BA=BA=E6=95=B0=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/student/CommonStudent.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/student/CommonStudent.vue b/src/components/student/CommonStudent.vue index b1cfe0e7..ec5797cd 100644 --- a/src/components/student/CommonStudent.vue +++ b/src/components/student/CommonStudent.vue @@ -500,13 +500,21 @@ const audiColums = ref([ ellipsis: true, }, { - title: "人数", + title: "总人数", dataIndex: "totalMember", key: "totalMember", width: 30, align: "center", className: "h", }, + { + title: "在职人数", + dataIndex: "workMember", + key: "workMember", + width: 30, + align: "center", + className: "h", + }, ]); const orgSelectKeys = ref([]); const auditTableRef = ref();