09 2020 档案
摘要:infoDownload(params){ let url = `${BaseUrls.infoDownload}?${translateParam(params)}` downloadExecl(url) }, // 导出execl文件 export function downloadExecl(
阅读全文
摘要:1,npm安装html2Canvas,JsPDF npm install html2canvas npm install jspdf 2,新建工具类htmlToPdf.js // 导出页面为PDF格式 import html2Canvas from 'html2canvas' import JsPD
阅读全文
摘要:1,html <img :src="imgUrl" alt="二维码图片"> <span @click="downloadImg()"></span> 2,data中 // 引入图片 import codeIMG from '@/assets/code.jpg'; data(){ return {
阅读全文