已发布方案可修改名称、总学分、说明、课程模块及课程配置。

适用专业、入学年级、版本号保持锁定;前端禁用,后端也会返回 409 拒绝篡改。
归档方案仍只读。
修改已发布方案前增加即时生效警示和二次确认。
This commit is contained in:
2026-07-25 09:42:09 +08:00 Unverified
parent 9a3afa3df5
commit ce65fe82d9
6 changed files with 125 additions and 24 deletions
+1
View File
@@ -276,6 +276,7 @@ button { cursor: pointer; }
.plan-detail-head p { margin: 0; color: var(--muted); font-size: 11px; }
.plan-actions { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: flex-end; gap: 7px; }
.plan-actions .el-button + .el-button { margin-left: 0; }
.published-edit-notice { margin-top: 16px; border-radius: 0; }
.plan-metrics { margin: 18px 0; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.plan-metrics > div { padding: 15px 17px; border-right: 1px solid var(--line); }
.plan-metrics > div:last-child { border-right: none; }