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 {