From d82b7335cf123bcb4188aecafffb2c851fa7ba56 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Fri, 8 Apr 2022 15:24:05 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E8=A1=A5=E5=85=85=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/js/htmlToPdf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/js/htmlToPdf.js b/nezha-fronted/src/components/common/js/htmlToPdf.js index 2ee451703..9fab318d8 100644 --- a/nezha-fronted/src/components/common/js/htmlToPdf.js +++ b/nezha-fronted/src/components/common/js/htmlToPdf.js @@ -53,7 +53,7 @@ export default { if (flag) { loading = Loading.service({ lock: true, - text: '正在下载pdf...', + text: this.$t('overall.downloadProgress') + 'pdf...', background: 'rgba(0,500,200,.5)' }) } else {