@@ -197,11 +197,12 @@
}
},
pdfPreviewType() {
- const t = specialField.some(i => this.elFormItem.label && this.elFormItem.label.includes(i))
- if (this.elFormItem.label && t) {
- return 'PDFH5'
- }
- return 'ONLYOFFICE'
+ // const t = specialField.some(i => this.elFormItem.label && this.elFormItem.label.includes(i))
+ // if (this.elFormItem.label && t) {
+ // return 'PDFH5'
+ // }
+ // return 'ONLYOFFICE'
+ return 'PDFH5'
watch: {