diff --git a/doc/docs/.vuepress/config.js b/doc/docs/.vuepress/config.js index d87b96f7..8e2fdcd0 100644 --- a/doc/docs/.vuepress/config.js +++ b/doc/docs/.vuepress/config.js @@ -37,6 +37,13 @@ module.exports = { {title: '前后端分离', path: '/guide/quicklySeparate'}, ] }, + { + title: '用户权限', + collapsable: false, + children: [ + {title: '权限管理', path: '/guide/authmanager'}, + ] + }, { title: '操作手册', collapsable: false, diff --git a/doc/docs/guide/authmanager.md b/doc/docs/guide/authmanager.md new file mode 100644 index 00000000..e69de29b diff --git a/doc/docs/guide/dataset.md b/doc/docs/guide/dataset.md index 1ac1202a..a276ef6f 100644 --- a/doc/docs/guide/dataset.md +++ b/doc/docs/guide/dataset.md @@ -1,6 +1,11 @@ -## 介绍 -## 1、mysql数据集 +## Mysql数据集 在数据源处添加了mysql的数据源后,即可使用。 ![img_1.png](../picture/dateset/img_1.png) 目前,查询参数和数据转化功能待补全中,建议等完善了再使用。 +## ES数据集 +es是通过调用xpack-sql,注意写法 +![es.png](../picture/dateset/img.png) + +## Kudu数据集 +![kudu.png](../picture/dateset/img_2.png) \ No newline at end of file diff --git a/doc/docs/guide/datasource.md b/doc/docs/guide/datasource.md index ed3a89ac..abf39d43 100644 --- a/doc/docs/guide/datasource.md +++ b/doc/docs/guide/datasource.md @@ -1,21 +1,19 @@ ## 介绍 -- 支持多数据源,目前内置mysql, elasticsearch sql, kudu impala, http四种 +- 支持多数据源,目前内置mysql、elasticsearch sql、kudu impala、 http、oracle 、mssqlserver、jdbc
- 可动态扩展 - +![source.png](../picture/datasource/img_1.png) ## 数据源类型 - 没有找到新增数据源类型?
```text 字典管理目前暂未有页面维护,可自行去数据库中增加你需要的数据源类型。 -表gaea_dict,字段dict_type:SOURCE_TYPE -表gaea_dict_item, item_extend字段是下拉选择后动态表单渲染的json数据 +表aj_report.gaea_dict,字段dict_type:SOURCE_TYPE +表aj_report.gaea_dict_item, item_extend字段是下拉选择后动态表单渲染的json数据 ``` ## 操作 - 只有测试通过的数据源才可以保存 - - ![An image](../picture/datasource/img.png) diff --git a/doc/docs/picture/datasource/img_1.png b/doc/docs/picture/datasource/img_1.png new file mode 100644 index 00000000..bf29d282 Binary files /dev/null and b/doc/docs/picture/datasource/img_1.png differ diff --git a/doc/docs/picture/dateset/img.png b/doc/docs/picture/dateset/img.png new file mode 100644 index 00000000..a852c878 Binary files /dev/null and b/doc/docs/picture/dateset/img.png differ diff --git a/doc/docs/picture/dateset/img_2.png b/doc/docs/picture/dateset/img_2.png new file mode 100644 index 00000000..9f3fee9a Binary files /dev/null and b/doc/docs/picture/dateset/img_2.png differ