From 45c747885a7e4b7e2f94d06c8e36cab5ac9ba892 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E6=9D=A8?= <1711467488@qq.com>
Date: Sat, 10 Feb 2018 22:37:09 +0800
Subject: [PATCH] no message
Former-commit-id: 07ab52d744dc139743c36ee025cfd2c939b9ac53
Former-commit-id: a539a37923e12827ab02b3778d95ec982070e6ff
Former-commit-id: dd5eeefdaf05a8c728fe33dda5cc84e7e5f745f2
---
.../demo/plugins/font-awesome/components/IconCell.vue | 2 +-
static/markdownFiles/article/插件 - 导出数据.md | 9 ++++++++-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/src/pages/demo/plugins/font-awesome/components/IconCell.vue b/src/pages/demo/plugins/font-awesome/components/IconCell.vue
index e1a81bb5..fc843e5e 100644
--- a/src/pages/demo/plugins/font-awesome/components/IconCell.vue
+++ b/src/pages/demo/plugins/font-awesome/components/IconCell.vue
@@ -44,7 +44,7 @@ export default {
return `fa fa-${this.icon}`
},
iconHtml () {
- return ``
+ return ``
}
},
methods: {
diff --git a/static/markdownFiles/article/插件 - 导出数据.md b/static/markdownFiles/article/插件 - 导出数据.md
index 2787e397..ae24d1ad 100644
--- a/static/markdownFiles/article/插件 - 导出数据.md
+++ b/static/markdownFiles/article/插件 - 导出数据.md
@@ -18,4 +18,11 @@ this.$export.csv({
columns: this.table.columns,
data: this.table.data
})
-```
\ No newline at end of file
+```
+
+参数
+
+| 参数名 | 介绍 | 必选 | 值类型 | 可选值 | 默认值 |
+| --- | --- | --- | --- | --- | --- |
+| columns | 列 | 非 | Array | | 空数组 |
+| data | 行数据 | 非 | Array | | 空数组 |
\ No newline at end of file