调整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 {