|
|
@@ -528,6 +528,9 @@
|
|
|
<el-upload :action="action" :limit="1" accept=".pdf" :file-list="pdfFileList"
|
|
|
:on-success="handlePdfSuccess" :on-remove="handlePdfRemove" :show-file-list="true">
|
|
|
<el-button v-if="pdfFileList.length === 0" type="primary">上传 PDF 文件</el-button>
|
|
|
+ <a @click.stop :href="templateUrl" download="在职证明模板.docx" style="color: #016bf6; cursor: pointer;margin-left: 16px;">
|
|
|
+ 点击下载模板
|
|
|
+ </a>
|
|
|
</el-upload>
|
|
|
</el-form-item>
|
|
|
|
|
|
@@ -665,6 +668,7 @@
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
+ templateUrl: 'https://h5.bosszan.com/员工在职证明-亿职赞模板.docx',
|
|
|
codeUrl: '', //微信二维码支付URL;
|
|
|
alPay: '',
|
|
|
orderId: '', //支付订单号
|