新增课程起止日期管理

This commit is contained in:
Certificate System
2026-08-13 14:39:44 +08:00
parent 2e1a639179
commit c9667d56fb
20 changed files with 313 additions and 33 deletions

View File

@@ -8,6 +8,13 @@
<el-button @click="downloadTemplate">下载模板</el-button>
</header>
<el-alert
class="import-tip"
type="info"
:closable="false"
title="课程开始日期、课程结束日期和发证日期均为必填项,请统一使用 YYYY-MM-DD 格式,例如 2026-06-01。"
/>
<el-upload
class="upload"
drag
@@ -224,9 +231,14 @@ onUnmounted(stopPregenerationPolling);
}
.upload {
margin-top: 16px;
margin-bottom: 12px;
}
.import-tip {
margin-bottom: 4px;
}
.upload-icon {
font-size: 36px;
color: #208a87;