diff --git a/doc/docs/guide/dataset.md b/doc/docs/guide/dataset.md index 00514cd3..54b43a45 100644 --- a/doc/docs/guide/dataset.md +++ b/doc/docs/guide/dataset.md @@ -34,14 +34,15 @@ #### js脚本 -**注**:这里的JS是java的scriptengine执行的,很多es6的语法不支持 <br> +**注**:这里的JS是java的scriptengine执行的,很多ES6的语法不支持 <br>  <br> 入参是data,返回值也必须是data,中间是JS的处理过程,注意入参返回都是List<JSONObject>,记得保存。 <br> #### 字典项 -场景有限,待补充。 + <br> +记得保存 ## HTTP数据集 -即原有http数据源的功能,原有http数据源不动 \ No newline at end of file +即原有http数据源的功能,原有http数据源不动 diff --git a/doc/docs/picture/dateset/img_6.png b/doc/docs/picture/dateset/img_6.png new file mode 100644 index 00000000..98ff8773 Binary files /dev/null and b/doc/docs/picture/dateset/img_6.png differ diff --git a/report-core/src/main/java/com/anjiplus/template/gaea/business/modules/dashboard/controller/ReportDashboardController.java b/report-core/src/main/java/com/anjiplus/template/gaea/business/modules/dashboard/controller/ReportDashboardController.java index 69037cf1..fdb66fb1 100644 --- a/report-core/src/main/java/com/anjiplus/template/gaea/business/modules/dashboard/controller/ReportDashboardController.java +++ b/report-core/src/main/java/com/anjiplus/template/gaea/business/modules/dashboard/controller/ReportDashboardController.java @@ -101,7 +101,7 @@ public class ReportDashboardController { @PostMapping("/share") @GaeaAuditLog(pageTitle = "分享") - @Permission(code = "bigScreenManage", name = "分享报表") + @Permission(code = "share", name = "分享报表") public ResponseBean share(@Validated @RequestBody ReportShareDto dto) { return ResponseBean.builder().data(reportShareService.insertShare(dto)).build(); } diff --git a/report-ui/src/views/layout/components/Sidebar/index.vue b/report-ui/src/views/layout/components/Sidebar/index.vue index 84fa6f68..d5576624 100644 --- a/report-ui/src/views/layout/components/Sidebar/index.vue +++ b/report-ui/src/views/layout/components/Sidebar/index.vue @@ -3,7 +3,7 @@ <div class="admin-title" @click="goBigScreen"> <div class="con"> <img src="../../../../../static/logo-dp.png" width="50" /> - <span class="version">V0.9.8.5</span> + <span class="version">V0.9.8.6</span> </div> </div> <el-menu