成绩通知:仅在某门课程成绩正式发布后自动发送,按成绩单学生名单通知,不展示具体分数;发布状态与通知同一次提交。
手动发信:移除“成绩通知”选项,只能发送普通通知,原有角色与范围权限保持不变。 选课通知:管理员关闭一轮选课时,自动向每位参与学生发送一条汇总通知,包含最终选中课程及候补未成功课程;候补失效、轮次关闭和通知生成保持原子性。 关闭选课界面会明确提示发送通知,并显示实际通知人数。
This commit is contained in:
@@ -282,7 +282,7 @@ onMounted(() => {
|
||||
|
||||
<div class="user-block">
|
||||
<el-badge :value="unreadNotifCount" :hidden="!unreadNotifCount" :max="99">
|
||||
<el-button :icon="Bell" circle text @click="router.push('/notifications')" title="消息通知" />
|
||||
<el-button :icon="Bell" circle text @click="router.push('/notifications')" title="消息中心" />
|
||||
</el-badge>
|
||||
<div class="avatar">{{ auth.user?.displayName?.slice(0, 1) ?? '管' }}</div>
|
||||
<div class="user-copy">
|
||||
|
||||
Reference in New Issue
Block a user