摘要:
import FileSaver from 'file-saver' import XLSX from 'xlsx' <el-button type="warning" @click="exportForm" icon="el-icon-download" >导出</el-button> <el-t 阅读全文
摘要:
代码: <el-table :data="listArr" border style="width: 99%" id="mainFrame" :span-method="objectSpanMethod" show-summary :summary-method="getSummaries"> <e 阅读全文
摘要:
官网案例: <template> <div> <el-table :data="tableData" :span-method="objectSpanMethod" border style="width: 100%; margin-top: 20px"> <el-table-column prop 阅读全文