Merge remote-tracking branch 'origin/dev' into dev

Raod 3 years ago
commit fe923da9f4

@ -50,7 +50,9 @@ module.exports = {
children: [ children: [
{title: '数据源', path: '/guide/datasource'}, {title: '数据源', path: '/guide/datasource'},
{title: '数据集', path: '/guide/dataset'}, {title: '数据集', path: '/guide/dataset'},
{title: '大屏设计', path: '/guide/dashboard'}, {title: '报表管理', path: '/guide/reportmanager'},
{title: '大屏报表', path: '/guide/dashboard'},
{title: '表格报表', path: '/guide/execl'},
{title: '导入导出', path: '/guide/importexport'}, {title: '导入导出', path: '/guide/importexport'},
] ]
}, },
@ -65,6 +67,7 @@ module.exports = {
title: '社区提供', title: '社区提供',
collapsable: false, collapsable: false,
children: [ children: [
{title: '说明', path: '/guide/community/report'},
{title: '搭建AJ-Report开发环境', path: '/guide/community/AC1688/搭建aj-report开发环境'} {title: '搭建AJ-Report开发环境', path: '/guide/community/AC1688/搭建aj-report开发环境'}
] ]
} }

@ -19,4 +19,11 @@
为角色分配权限,可看已有角色示例 <br> 为角色分配权限,可看已有角色示例 <br>
![img](../picture/authmanager/img_6.png) <br> ![img](../picture/authmanager/img_6.png) <br>
## 导入导出权限
**注**现在guest用户的权限是底层写死只有访问权限无实质操作权限。<br>
导入导出的权限是在 角色 --> 分配权限中控制。 <br>
![img](../picture/authmanager/img_7.png) <br>
用户绑定了角色,角色则绑定了权限,是这样一层关系。 <br>

@ -0,0 +1,14 @@
# 社区用户提交文档PR的简易说明
## 提交位置
doc -- > docs --> guide -- > community 目录 <br>
![img](../../guide/community/report/img.png) <br>
## 具体操作
- 请在community目录下新建属于你自己的文件目录命名方式可以使用自己在gitee的名字作为命名注意中文命令可能会存在的一些问题。<br>
- 在你的个人目录下你可以新建MD文件需要用到图片可以直接放一个目录如果md多图片也多建议再建下级目录存放。<br>
最后别忘了在config.js中添加配置如图示。<br>
![img](../../guide/community/report/img_1.png) <br>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

@ -1,16 +1,21 @@
## 介绍 ## 设计大屏
## 新增大屏 进入大屏设计方法1 <br>
![img.png](../picture/dashboard/img.png) 从报表管理模块选择需要设计的大屏,按图示进入大屏设计界面 <br>
![img](../picture/dashboard/img22.png) <br>
进入大屏设计方法2 <br>
从大屏报表模块选择需要设计的大屏,按图示进入大屏设计界面 <br>
![img](../picture/dashboard/img23.png) <br>
## 大屏简介 ## 大屏简介
![img_2.png](../picture/dashboard/img_2.png) ![img_2.png](../picture/dashboard/img_2.png) <br>
## 工具栏 ## 工具栏
### 文本框 ### 文本框
![img_3.png](../picture/dashboard/img_3.png) ![img_3.png](../picture/dashboard/img_3.png) <br>
![img_4.png](../picture/dashboard/img_4.png) ![img_4.png](../picture/dashboard/img_4.png) <br>
![img_5.png](../picture/dashboard/img_5.png) ![img_5.png](../picture/dashboard/img_5.png) <br>
![img_6.png](../picture/dashboard/img_6.png) ![img_6.png](../picture/dashboard/img_6.png) <br>
### 滚动文本 ### 滚动文本
已支持动态数据,请参考文本框的操作 <br> 已支持动态数据,请参考文本框的操作 <br>

@ -0,0 +1,27 @@
# 介绍
execl报表基于Luckysheet开发[Luckysheet](https://gitee.com/mengshukeji/Luckysheet) 一款纯前端类似excel的在线表格功能强大、配置简单、完全开源。
**注意:** execl报表目前只是简单集成如果你遇到了一些问题请在此[Issue](https://gitee.com/anji-plus/report/issues/I4CEWV) 下面进行回复。<br>
## 表格报表设计
进入表格设计方法1 <br>
从报表管理模块选择需要设计的大屏,按图示进入大屏设计界面 <br>
![img](../picture/execl/img.png) <br>
进入大屏设计方法2 <br>
从大屏报表模块选择需要设计的大屏,按图示进入大屏设计界面 <br>
![img2](../picture/execl/img_1.png) <br>
## 简介
![img3](../picture/execl/img_2.png) <br>
## 使用
**注**:不建议一列中同时存在俩个字段数据,同时一列值也建议不要存到超大数据量,肯定无法显示的<br>
![img4](../picture/execl/img_3.png) <br>
## 预览/保存
点击保存,则会将数据写入到库中。<br>
点击预览,则进入预览界面。<br>
![img](../picture/execl/img_4.png) <br>
## 预览界面
可以进行导出操作。<br>
![img](../picture/execl/img_5.png) <br>

@ -15,3 +15,7 @@
![img1](../picture/imexport/img_1.png) <br> ![img1](../picture/imexport/img_1.png) <br>
选择一个导出的zip文件导入即可。注意导入会覆盖当前大屏请新建一张空白的大屏进行导入。<br> 选择一个导出的zip文件导入即可。注意导入会覆盖当前大屏请新建一张空白的大屏进行导入。<br>
**注:如果你导入的大屏中含有你当前系统不存在的图表,整个大屏是不会显示的。** <br> **注:如果你导入的大屏中含有你当前系统不存在的图表,整个大屏是不会显示的。** <br>
## 导入导出权限
请查看权限控制模块中关于导入导出权限的说明。 <br>

@ -0,0 +1,3 @@
## 新增报表
![img](../picture/reportmanager/img.png) <br>
状态默认为已启用。

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

@ -1157,13 +1157,13 @@ li {
clear: both; clear: both;
} }
.nav li { .nav > li {
width: 55px; width: 55px;
text-align: center; text-align: left;
position: relative; position: relative;
} }
.nav li a { .nav > li a {
float: left; float: left;
padding: 12px 30px; padding: 12px 30px;
color: #999; color: #999;
@ -1171,16 +1171,15 @@ li {
text-decoration: none; text-decoration: none;
} }
.nav li:hover { .nav > li:hover {
color: #788994; color: #788994;
} }
.nav li ul { .nav > li ul {
visibility: hidden; visibility: hidden;
position: absolute; position: absolute;
z-index: 1000; z-index: 1000;
list-style: none; list-style: none;
top: 38px;
left: 0; left: 0;
padding: 0; padding: 0;
background-color: rgb(36, 42, 48); background-color: rgb(36, 42, 48);
@ -1190,7 +1189,7 @@ li {
transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
} }
.nav li:hover > ul { .nav > li:hover > ul {
opacity: 1; opacity: 1;
visibility: visible; visibility: visible;
margin: 0; margin: 0;
@ -1245,6 +1244,10 @@ li {
float: left; float: left;
} }
.nav .item {
padding: 5px;
}
/deep/ .vue-ruler-h { /deep/ .vue-ruler-h {
opacity: 0.3; opacity: 0.3;
} }

Loading…
Cancel
Save