Browse Source

修改页面

master
liaoxinyu 1 week ago
parent
commit
3f21bfc3db
  1. 2
      src/view/invoice/reqlist.vue

2
src/view/invoice/reqlist.vue

@ -62,7 +62,7 @@
</Col> </Col>
</Row> </Row>
<Modal v-model="show" width="1000" :styles="{top: '30px'}" @on-visible-change="doCancel"> <Modal v-model="show" width="1000" :styles="{top: '30px'}" :closable="false" @on-visible-change="doCancel">
<div> <div>
<embed :src="pdfUrl" type="application/pdf" width="100%" height="600px" /> <embed :src="pdfUrl" type="application/pdf" width="100%" height="600px" />
</div> </div>

Loading…
Cancel
Save