| | |
| | | <template> |
| | | <div class="table"> |
| | | <div class="table1"> |
| | | <div class="about"> |
| | | <el-button @click="downExcel">下载</el-button> |
| | | <el-table id="table" :data="tableData" stripe style="width: 100%"> |
| | |
| | | { |
| | | date: "2016-05-02", |
| | | name: "王小虎", |
| | | address: "上海市普陀区金沙江路 1518 弄" |
| | | address: "上海市普陀区金沙江路 1518 弄", |
| | | }, |
| | | { |
| | | date: "2016-05-04", |
| | | name: "王小虎", |
| | | address: "上海市普陀区金沙江路 1517 弄" |
| | | address: "上海市普陀区金沙江路 1517 弄", |
| | | }, |
| | | { |
| | | date: "2016-05-01", |
| | | name: "王小虎", |
| | | address: "上海市普陀区金沙江路 1519 弄" |
| | | address: "上海市普陀区金沙江路 1519 弄", |
| | | }, |
| | | { |
| | | date: "2016-05-03", |
| | | name: "王小虎", |
| | | address: "上海市普陀区金沙江路 1516 弄" |
| | | } |
| | | ] |
| | | address: "上海市普陀区金沙江路 1516 弄", |
| | | }, |
| | | ], |
| | | }; |
| | | }, |
| | | methods: { |
| | |
| | | let etout = XLSX.write(et, { |
| | | bookType: "xlsx", |
| | | bookSST: true, |
| | | type: "array" |
| | | type: "array", |
| | | }); |
| | | try { |
| | | FileSaver.saveAs( |
| | | new Blob([etout], { |
| | | type: "application/octet-stream" |
| | | type: "application/octet-stream", |
| | | }), |
| | | `表.xlsx` |
| | | ); //导出的文件名 |
| | |
| | | console.log(e, etout); |
| | | } |
| | | return etout; |
| | | } |
| | | }, |
| | | }, |
| | | mounted() {} |
| | | mounted() {}, |
| | | }; |
| | | </script> |
| | | <style> |
| | | .table { |
| | | .table1 { |
| | | height: 100%; |
| | | width: 1005; |
| | | display: none; |