xial
This commit is contained in:
parent
3008f1e2ce
commit
b95e2945db
|
@ -99,7 +99,7 @@
|
||||||
<div slot="header" class="clearfix">
|
<div slot="header" class="clearfix">
|
||||||
<span>物料配置</span>
|
<span>物料配置</span>
|
||||||
<el-button
|
<el-button
|
||||||
style="float: right; padding: 3px 0"
|
style="float: right; "
|
||||||
@click="handlebcpcount"
|
@click="handlebcpcount"
|
||||||
type="primary"
|
type="primary"
|
||||||
v-if="butshow"
|
v-if="butshow"
|
||||||
|
|
|
@ -806,7 +806,7 @@ filediv.innerHTML=' <div id="wordView" v-html='+this.wordText+' />';
|
||||||
{
|
{
|
||||||
this.pdf=tab.name;
|
this.pdf=tab.name;
|
||||||
var filediv = document.getElementById('file');
|
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