no message

Former-commit-id: 0d27fdb1c7a40131129f5d9ca1ce73fb7069af7c
Former-commit-id: 044577c36b21e04a303fe072f251d6dc35076c5d
Former-commit-id: d3437424c27e1b36820921538428b7422635714e
This commit is contained in:
李杨
2018-02-15 15:10:28 +08:00
parent 87f7ddb034
commit ae7a6bcacb

View File

@@ -3,7 +3,7 @@
<PageHeader
slot="header"
title="导入 xlsx"
url="https://github.com/mholt/PapaParse">
url="https://github.com/SheetJS/js-xlsx">
</PageHeader>
<!-- <div class="dd-mb">
<el-button @click="download">
@@ -15,7 +15,7 @@
<el-upload :before-upload="handleUpload" action="default">
<el-button type="success">
<Icon name="file-o"></Icon>
选择要导入的 CSV 文件
选择要导入的 xlsx 文件
</el-button>
</el-upload>
</div>