1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-06-30 16:04:02 +08:00
parent 509e5b04df
commit 3f6604eebf
1 changed files with 2 additions and 2 deletions

View File

@ -748,7 +748,7 @@ export default {
this.$onlyOffice({
path: path,
type: this.currentType,
title: '预览'
title: this.$t('trials:readingReport:title:preview')
})
}
if (['.jpg',
@ -762,7 +762,7 @@ export default {
this.$preview({
path: path,
type: 'pdf',
title: '预览'
title: this.$t('trials:readingReport:title:preview')
})
}
}