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"
|
slot="header"
|
||||||
title="基本示例">
|
title="基本示例">
|
||||||
</PageHeader>
|
</PageHeader>
|
||||||
<!-- <div>
|
<div>
|
||||||
<el-button @click="exportCsv">
|
<el-button @click="exportCsv">
|
||||||
<Icon name="download"></Icon>
|
<Icon name="download"></Icon>
|
||||||
exportCsv
|
exportCsv
|
||||||
</el-button>
|
</el-button>
|
||||||
</div> -->
|
</div>
|
||||||
<el-table v-bind="table" style="width: 100%" class="dd-mb">
|
<el-table v-bind="table" style="width: 100%" class="dd-mb">
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-for="(item, index) in table.columns"
|
v-for="(item, index) in table.columns"
|
||||||
@@ -39,9 +39,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted () {
|
|
||||||
this.exportCsv()
|
|
||||||
},
|
|
||||||
methods: {
|
methods: {
|
||||||
exportCsv (params = {}) {
|
exportCsv (params = {}) {
|
||||||
const paramsDefault = {
|
const paramsDefault = {
|
||||||
|
|||||||
Reference in New Issue
Block a user