11 2019 档案

摘要:// 自定义指令后,在el-table标签下使用v-loadmore 阅读全文
posted @ 2019-11-19 14:54 惠鹏曦 阅读(5813) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-11-14 17:06 惠鹏曦 阅读(1) 评论(0) 推荐(0) 编辑
摘要:npm i jspdf-html2canvas prinOut(){ // 导出pdf let page = document.querySelector('.app-main'); // page 元素背景设成#FFF,解决打印处理黑边问题 html2PDF(page, { ... 阅读全文
posted @ 2019-11-12 14:59 惠鹏曦 阅读(2933) 评论(0) 推荐(0) 编辑
摘要:<!-- 文件上传 --> <template> <section class="file-upload"> <p class="title">提案信息</p> <el-upload class="upload-demo" ref="fileUpload" accept=".xls,.xlsx" :class="{'pointer-events' : fileShow}" :action=&qu 阅读全文
posted @ 2019-11-08 15:30 惠鹏曦 阅读(212) 评论(0) 推荐(0) 编辑
摘要:<el-table :row-class-name="tableRowClassName" @selection-change="handleSelectionChange"> </el-table> methods:{ // 添加索引 tableRowClassName(row, index){ // 给每条数据添加一个索引 row.row.index = row.rowIndex }, del 阅读全文
posted @ 2019-11-04 11:13 惠鹏曦 阅读(9003) 评论(0) 推荐(3) 编辑

点击右上角即可分享
微信分享提示