mirror of
https://github.com/501351981/vue-office.git
synced 2025-07-25 07:41:42 +08:00
解决发票类pdf展示不全问题
This commit is contained in:
parent
69005ef93c
commit
0c0fcfe1d8
@ -65,7 +65,7 @@ export default {
|
|||||||
url: this.src,
|
url: this.src,
|
||||||
cMapUrl: `${this.staticFileUrl.endsWith('/') ? this.staticFileUrl : this.staticFileUrl + '/'}cmaps/`,
|
cMapUrl: `${this.staticFileUrl.endsWith('/') ? this.staticFileUrl : this.staticFileUrl + '/'}cmaps/`,
|
||||||
cMapPacked: true,
|
cMapPacked: true,
|
||||||
// enableXfa: ENABLE_XFA,
|
enableXfa: true,
|
||||||
});
|
});
|
||||||
loadingTask.promise.then((pdfDocument) => {
|
loadingTask.promise.then((pdfDocument) => {
|
||||||
this.document = pdfDocument;
|
this.document = pdfDocument;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user