diff --git a/README.md b/README.md index 94768901..8ac89d14 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ You need to install [node](http://nodejs.org/) and [git](https://git-scm.com/) l - Export excel - Export zip - Front-end visualization excel +- Tree Table - Table example - Dynamictable example - Drag and drop table example diff --git a/README.zh-CN.md b/README.zh-CN.md index ead8d63c..9a5cfc80 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -91,6 +91,7 @@ - 导出excel - 导出zip - 前端可视化excel +- 树形table - Table example - 动态table example - 拖拽table example diff --git a/src/components/TreeTable/index.vue b/src/components/TreeTable/index.vue index 0f7e51b0..6146c76a 100644 --- a/src/components/TreeTable/index.vue +++ b/src/components/TreeTable/index.vue @@ -1,5 +1,5 @@