no message

Former-commit-id: 4fb4102e6baa9adca376f3558e320e268972a9ae
Former-commit-id: 4df54bfc47b07b9310bcd5889684a307e0508683
Former-commit-id: 1bfbc1b3dab2d61f43ad777ff0c2aeddd9b2f666
This commit is contained in:
李杨
2018-02-15 15:21:57 +08:00
parent 41b0c014e0
commit 244b4a7b1b
2 changed files with 15 additions and 12 deletions

View File

@@ -2,20 +2,20 @@
<Container>
<PageHeader
slot="header"
title="导入 CSV"
title="导入 csv"
url="https://github.com/mholt/PapaParse">
</PageHeader>
<div class="dd-mb">
<el-button @click="download">
<Icon name="download"></Icon>
下载演示CSV
下载演示 .csv 表格
</el-button>
</div>
<div class="dd-mb">
<el-upload :before-upload="handleUpload" action="default">
<el-button type="success">
<Icon name="file-o"></Icon>
选择要导入的 CSV 文件
选择要导入的 .csv 表格
</el-button>
</el-upload>
</div>