每月跟進
{{ filters.month }}月有上課
{{ summary.attendedThisMonth }}
已達畢班標準
{{ summary.achieved }}
尚未達標
{{ summary.below }}
全勤獎標準
{{ summary.fullAttendance }}
讀取班務資料...
{{ errorMessage }}
這個範圍沒有每月跟進資料。
| # | 姓名 {{ sortMark('name') }} | 班別 {{ sortMark('class') }} | {{ filters.month }}月堂數 {{ sortMark('month') }} | 累計 {{ sortMark('total') }} | 出席率 {{ sortMark('rate') }} | 畢班標準 | 成全記錄 | 實務考核 | 備註 | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ (page - 1) * perPage + index + 1 }} |
{{ item.name }}
列入三多
{{ personMeta(item).join(' · ') }}
|
{{ item.className || '尚未設定' }}
{{ item.achieved ? '已達標' : `未達 ${item.standardRate}%` }}
全勤獎
{{ classMeta(item).join(' · ') }}
|
{{ item.monthAttendance }} | {{ item.attendTotal }} /{{ item.totalClasses || '-' }} |
{{ formatRate(item.attendanceRate) }}%
|
{{ item.achieved ? '已達標' : `未達 ${item.standardRate}%` }} 全勤獎 |
{{ test.label }} {{ test.value }}
沒有考核記錄
|
{{ item.remark || '-' }} |
只讀 |