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 | | 文本 |