随笔分类 -  工作笔记

工作技术点整理
摘要:elementui <el-upload class="upload-demo" action="/api-cdc/upload/attachment" ref="upload" :http-request="httpRequest" :on-preview="handlePreview" :on- 阅读全文
posted @ 2019-12-06 23:06 四海潮生 阅读(9757) 评论(0) 推荐(0)
摘要:主要参考 https://blog.csdn.net/qq_37880968/article/details/94626001 1.添加模块 npm install --save html2canvas npm install jspdf --save 2.引入工具函数 import html2ca 阅读全文
posted @ 2019-12-06 22:48 四海潮生 阅读(2611) 评论(0) 推荐(0)
摘要:更详细的请查阅官方文档 https://github.com/lindell/vue-barcode vue-barcode是JsBarcode的一个简单包装。所以在使用时的配置属性需要在JsBarcode中查看 JsBarcode官方文档 https://github.com/lindell/Js 阅读全文
posted @ 2019-11-29 22:19 四海潮生 阅读(13932) 评论(0) 推荐(0)
摘要:html2canvas官方文档 http://html2canvas.hertzen.com/ npm下载依赖 npm install html2canvas -S 在需要使用的地方引入 import html2canvas from 'html2canvas'; 根据我司的需求,下载需要的html 阅读全文
posted @ 2019-11-29 22:00 四海潮生 阅读(9518) 评论(0) 推荐(0)