fix:补充国际化
This commit is contained in:
@@ -53,8 +53,8 @@ export default {
|
|||||||
if (flag) {
|
if (flag) {
|
||||||
loading = Loading.service({
|
loading = Loading.service({
|
||||||
lock: true,
|
lock: true,
|
||||||
text: '正在下载pdf...',
|
text: this.$t('overall.downloadProgress') + 'pdf...',
|
||||||
background: 'rgba(0,500,200,.5)'
|
background: 'rgba(0,0,0,.3)'
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
if (loading) {
|
if (loading) {
|
||||||
|
|||||||
Reference in New Issue
Block a user