添加语言适配

This commit is contained in:
X1627315083
2023-11-29 16:30:17 +08:00
parent f432ce7cb3
commit 66e4a5f12c
23 changed files with 126 additions and 68 deletions

View File

@@ -715,7 +715,7 @@ export default defineComponent({
printPreview(){
let file = this.printObject.templateId ? null :this.printObject.file,
models = {
libraryId:this.printObject.libraryId || null,
libraryId:this.printObject.relationId || null,
templateId:this.printObject.templateId || null,
timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone,
...this.getPrintLocation()