no message

Former-commit-id: f834dedfbffb630f6562443809d488ebffcf8f43
Former-commit-id: 37e16ee9ed36382673e58ab6da8848426ab953e5
Former-commit-id: fd53d926e044117974afccab729f690d2409e1f2
This commit is contained in:
liyang
2018-06-11 19:13:11 +08:00
parent 5896607513
commit e475b7e1df
15 changed files with 36 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
<template>
<d2-container>
<d2-demo-page-header slot="header" title="导出表格"/>
<template slot="header">导出表格</template>
<div class="d2-mb">
<el-button type="primary" @click="exportCsv">
<d2-icon name="download"/>
@@ -11,7 +11,7 @@
导出 Excel
</el-button>
</div>
<el-table v-bind="table" style="width: 100%" class="d2-mb">
<el-table v-bind="table" style="width: 100%">
<el-table-column
v-for="(item, index) in table.columns"
:key="index"
@@ -19,7 +19,6 @@
:label="item.label">
</el-table-column>
</el-table>
<d2-markdown url="/static/md/插件 - 导出.md"/>
</d2-container>
</template>