This commit is contained in:
@jyuhsin
2025-12-16 16:32:43 +08:00
parent 25a89bd68b
commit f5b642c252
2 changed files with 2 additions and 0 deletions
@@ -109,6 +109,7 @@ layout("/layouts/platform.html"){
{ label: "单位", prop: "unitName", sortable: true },
{ label: "分工会", prop: "unionName", sortable: true },
{ label: "课程", prop: "courseNames", sortable: true },
{ label: "总次数", prop: "totalCount", sortable: true },
{ label: "签到次数", prop: "signCount", sortable: true },
{ label: "缺席次数", prop: "absentCount", sortable: true },
{ label: "是否黑名单", prop: "isDisabled", sortable: true }