|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
<div>
|
|
|
|
|
<a-modal :footer="false" v-model:visible="visible" title="" width="1050px" :maskClosable="false">
|
|
|
|
|
<div style="padding-bottom: 20px">
|
|
|
|
|
<div style="margin-bottom: 15px;">
|
|
|
|
|
<div style="margin-bottom: 15px;margin-top: 10px;">
|
|
|
|
|
<a-button type="primary" size="small" @click="print">打印</a-button>
|
|
|
|
|
<a-button type="primary" size="small" @click="downLoad" style="margin: 0 10px">下载</a-button>
|
|
|
|
|
<a-button type="primary" size="small" @click="openMail" >发送邮件</a-button>
|
|
|
|
|