no message

Former-commit-id: c75f3d068ebe0888902bef7150193764a7e26d9d
Former-commit-id: 5b11f1da7c89e9dc39db63f3b518e36d1fcc8ae9
Former-commit-id: baf21a12c3f3ee08f4bdee2e7eb1916e7da78cb5
This commit is contained in:
李杨
2018-02-11 22:16:42 +08:00
parent 3d0b998ea0
commit 5bcc00dc8a
4 changed files with 11 additions and 7 deletions

View File

@@ -35,6 +35,7 @@ this.$export.csv({
| --- | --- | --- | --- | --- | --- |
| columns | 列 | 非 | Array | | 空数组 |
| data | 行数据 | 非 | Array | | 空数组 |
| table | 文件名 | 非 | String | | table |
| noHeader | 不导出表头 | 非 | Boolean | | false |
| separator | 数据分隔符 | 非 | String | | , |
| quoted | 每项数据是否加引号 | 非 | Boolean | | false |
@@ -88,6 +89,7 @@ this.$export.excel({
| --- | --- | --- | --- | --- | --- |
| columns | 列 | 非 | Array | | 空数组 |
| data | 行数据 | 非 | Array | | 空数组 |
| table | 文件名 | 非 | String | | table |
示例