11 2019 档案
摘要:// 自定义指令后,在el-table标签下使用v-loadmore
阅读全文
摘要:npm i jspdf-html2canvas prinOut(){ // 导出pdf let page = document.querySelector('.app-main'); // page 元素背景设成#FFF,解决打印处理黑边问题 html2PDF(page, { ...
阅读全文
摘要:<!-- 文件上传 --> <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
阅读全文
摘要:<el-table :row-class-name="tableRowClassName" @selection-change="handleSelectionChange"> </el-table> methods:{ // 添加索引 tableRowClassName(row, index){ // 给每条数据添加一个索引 row.row.index = row.rowIndex }, del
阅读全文