no message

Former-commit-id: 90b140d703fb3fce2bef2d98516293854ef9d014
Former-commit-id: a77a9d22757d33850b7366f9d603a920458a29e0
Former-commit-id: d8f16caa59b4ebe374d26c011f967e3dc7e4eef0
This commit is contained in:
liyang
2018-06-10 09:21:26 +08:00
parent 0f37ec5374
commit e256d63b60
28 changed files with 126 additions and 65 deletions

View File

@@ -6,11 +6,11 @@
</PageHeader>
<div class="d2-mb">
<el-button type="primary" @click="exportCsv">
<d2-icon name="download"></d2-icon>
<d2-icon name="download"/>
导出 CSV
</el-button>
<el-button type="primary" @click="exportExcel">
<d2-icon name="download"></d2-icon>
<d2-icon name="download"/>
导出 Excel
</el-button>
</div>