调整PDF等待提示文案

This commit is contained in:
2026-06-23 13:10:26 +08:00
parent 1e9404cc7d
commit b6be8b4593
5 changed files with 6 additions and 6 deletions

View File

@@ -163,7 +163,7 @@ async function downloadCertificate(row: AdminCertificate) {
downloadingCertificateId.value = row.id;
const loading = ElLoading.service({
lock: true,
text: "PDF正在排队或生成请稍候...",
text: "当前查询人数较多,请稍后。。。",
background: "rgba(255, 255, 255, 0.72)",
});
try {

View File

@@ -120,7 +120,7 @@
</div>
<div v-else-if="previewLoading" class="pdf-loading">
<el-icon class="is-loading"><Loading /></el-icon>
<p>PDF正在排队或生成请稍候...</p>
<p>当前查询人数较多请稍后</p>
</div>
<div v-else-if="current" class="preview-card">
<p class="preview-kicker">Training Completion Certificate</p>
@@ -340,7 +340,7 @@ async function downloadPdf(item: PublicCertificate) {
downloadingCertificateNo.value = item.certificate_no;
const loading = ElLoading.service({
lock: true,
text: "PDF正在排队或生成请稍候...",
text: "当前查询人数较多,请稍后。。。",
background: "rgba(255, 255, 255, 0.72)",
});
try {

View File

@@ -70,7 +70,7 @@ async function downloadPdf() {
downloading.value = true;
const loading = ElLoading.service({
lock: true,
text: "PDF正在排队或生成请稍候...",
text: "当前查询人数较多,请稍后。。。",
background: "rgba(255, 255, 255, 0.72)",
});
try {