调课、停课、补课申请

This commit is contained in:
2026-07-25 15:36:14 +08:00 Unverified
parent 9685435da9
commit 13b61f191a
11 changed files with 1162 additions and 1 deletions
+3 -1
View File
@@ -596,6 +596,7 @@ async function loadForceEligibleStudents(page = eligiblePage.value) {
keyword: studentKeyword.value.trim() || undefined,
page,
pageSize: 20,
forceMode: true,
},
},
)
@@ -1148,7 +1149,8 @@ onMounted(async () => {
>代选学生</el-button>
<el-button
v-if="isManager"
type="warning"
type="danger"
plain
:icon="Plus"
@click="openForceEnrollment"
>强制选课</el-button>