调整PDF等待提示文案
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user