From 348c01e6b00084180c1c55233f0c0a236f836324 Mon Sep 17 00:00:00 2001 From: CNine Date: Sat, 23 Jun 2018 21:47:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 参数 "table" 两处笔误,应为 "title" Former-commit-id: 0602b1b6f88b8d5da2e8a282c2801066ab31a993 [formerly 0602b1b6f88b8d5da2e8a282c2801066ab31a993 [formerly 0602b1b6f88b8d5da2e8a282c2801066ab31a993 [formerly 0602b1b6f88b8d5da2e8a282c2801066ab31a993 [formerly 7cf742f21de371dd570742a52450551d1622243a [formerly 7b38d2355c1004b98cc82374a00e1ea7fbf2a1c9]]]]] Former-commit-id: 72d3d3cf71a674258f3ea847575f10a8eb69aa6c Former-commit-id: f2cad67eeea7e980479a0d99380125c72ef50da0 Former-commit-id: 5e899662f5b06b09ed035f60011949c4be8c6dc2 [formerly ced43cbdc9ec64a760c1fae4761f7042ef1ee23e] Former-commit-id: 7edcad70cf9f9bb6346c697502437cf55ecaf432 Former-commit-id: 8d542feeab89f94b3f6ac6b38ecc7abe655fcd03 Former-commit-id: 7ada3b74741398287f781f7c909952fa36a6002f Former-commit-id: 1b834cf5ff936e0691aad408401b6cd7adbdafdc Former-commit-id: ff96395f8eb0914df8c2a4564dc3b269ba98a5a6 --- docs/zh/plugins/data-export.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/zh/plugins/data-export.md b/docs/zh/plugins/data-export.md index 2a4310f5..5ebc9b91 100644 --- a/docs/zh/plugins/data-export.md +++ b/docs/zh/plugins/data-export.md @@ -37,7 +37,7 @@ this.$export.csv({ | --- | --- | --- | --- | --- | --- | | columns | 列 | 非 | Array | | 空数组 | | data | 行数据 | 非 | Array | | 空数组 | -| table | 文件名 | 非 | String | | table | +| title | 文件名 | 非 | String | | table | | noHeader | 不导出表头 | 非 | Boolean | | false | | separator | 数据分隔符 | 非 | String | | , | | quoted | 每项数据是否加引号 | 非 | Boolean | | false | @@ -93,7 +93,7 @@ this.$export.excel({ | --- | --- | --- | --- | --- | --- | | columns | 列 | 非 | Array | | 空数组 | | data | 行数据 | 非 | Array | | 空数组 | -| table | 文件名 | 非 | String | | table | +| title | 文件名 | 非 | String | | table | 示例 @@ -145,4 +145,4 @@ this.$export.txt({ | 参数名 | 介绍 | 必选 | 值类型 | 可选值 | 默认值 | | --- | --- | --- | --- | --- | --- | | text | 文件内容 | 非 | String | | 空 | -| title | 文件名 | 非 | String | | 文本 | \ No newline at end of file +| title | 文件名 | 非 | String | | 文本 |