fix:补充国际化
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user