fix:补充国际化

This commit is contained in:
zhangyu
2022-04-08 15:24:05 +08:00
parent 6fd326949f
commit d82b7335cf

View File

@@ -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 {