提交
This commit is contained in:
@@ -467,7 +467,7 @@
|
||||
:visible.sync="drawer"
|
||||
direction="rtl"
|
||||
:before-close="handleClose"
|
||||
size="1200px"
|
||||
size="1000px"
|
||||
>
|
||||
<template #title>
|
||||
<div style="display: inline-block; vertical-align: top">
|
||||
@@ -494,7 +494,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<iframe
|
||||
:src="`https://view.officeapps.live.com/op/embed.aspx?src=${previewData.previewUrl}`"
|
||||
:src="`https://view.officeapps.live.com/op/view.aspx?src=${previewData.previewUrl}&ui=en-US`"
|
||||
width="100%"
|
||||
height="98%"
|
||||
frameborder="0"
|
||||
@@ -797,6 +797,7 @@ export default {
|
||||
});
|
||||
},
|
||||
openDrawer(data, url) {
|
||||
console.log('url at line 799:',data, url)
|
||||
this.previewData = {
|
||||
...data,
|
||||
previewUrl: url,
|
||||
|
||||
Reference in New Issue
Block a user