fix:补充国际化

This commit is contained in:
zhangyu
2022-04-08 15:22:49 +08:00
parent e081e151bf
commit a83140fd60

View File

@@ -53,8 +53,8 @@ export default {
if (flag) {
loading = Loading.service({
lock: true,
text: '正在下载pdf...',
background: 'rgba(0,500,200,.5)'
text: this.$t('overall.downloadProgress') + 'pdf...',
background: 'rgba(0,0,0,.3)'
})
} else {
if (loading) {