fix: I2 add studentNo to class listing, I4 replace attendance edit placeholder with working edit modal

This commit is contained in:
2026-07-05 20:31:53 +08:00
parent b7117ddf2d
commit 66aadfe3ff
2 changed files with 43 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ export class ClassesService {
id: s.id,
studentId: s.studentId,
studentName: s.student?.name,
studentNo: s.student?.studentNo,
joinDate: s.joinDate,
leaveDate: s.leaveDate,
status: s.status,