This commit is contained in:
shilixia 2022-02-17 15:05:12 +08:00
parent 3008f1e2ce
commit b95e2945db
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@
<div slot="header" class="clearfix">
<span>物料配置</span>
<el-button
style="float: right; padding: 3px 0"
style="float: right; "
@click="handlebcpcount"
type="primary"
v-if="butshow"

View File

@ -806,7 +806,7 @@ filediv.innerHTML=' <div id="wordView" v-html='+this.wordText+' />';
{
this.pdf=tab.name;
var filediv = document.getElementById('file');
filediv.innerHTML=' <frame width=800 height=900 frameborder=0 scrolling=auto src='+tab.name+'></frame>';
filediv.innerHTML=' <iframe width=1000 height=900 frameborder=0 scrolling=auto src='+tab.name+'></iframe>';
}