xial
This commit is contained in:
parent
3008f1e2ce
commit
b95e2945db
|
@ -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"
|
||||
|
|
|
@ -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>';
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue