no message
Former-commit-id: 0f59129d13c5a654cdf3f40089302a9bdfd8e1a1 Former-commit-id: 012c6075125ecd37580be68db5f2a2529f8b3d77 Former-commit-id: 1b195423961b24221e8aa7ef7693ce276fd77a8a
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
slot="header"
|
||||
title="基本示例">
|
||||
</PageHeader>
|
||||
<!-- <div>
|
||||
<div>
|
||||
<el-button @click="exportCsv">
|
||||
<Icon name="download"></Icon>
|
||||
exportCsv
|
||||
</el-button>
|
||||
</div> -->
|
||||
</div>
|
||||
<el-table v-bind="table" style="width: 100%" class="dd-mb">
|
||||
<el-table-column
|
||||
v-for="(item, index) in table.columns"
|
||||
@@ -39,9 +39,6 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
this.exportCsv()
|
||||
},
|
||||
methods: {
|
||||
exportCsv (params = {}) {
|
||||
const paramsDefault = {
|
||||
|
||||
Reference in New Issue
Block a user