1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
509e5b04df
commit
3f6604eebf
|
@ -748,7 +748,7 @@ export default {
|
||||||
this.$onlyOffice({
|
this.$onlyOffice({
|
||||||
path: path,
|
path: path,
|
||||||
type: this.currentType,
|
type: this.currentType,
|
||||||
title: '预览'
|
title: this.$t('trials:readingReport:title:preview')
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if (['.jpg',
|
if (['.jpg',
|
||||||
|
@ -762,7 +762,7 @@ export default {
|
||||||
this.$preview({
|
this.$preview({
|
||||||
path: path,
|
path: path,
|
||||||
type: 'pdf',
|
type: 'pdf',
|
||||||
title: '预览'
|
title: this.$t('trials:readingReport:title:preview')
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue