From 81d2fe5b72b38ba4ab97627462844b689af04125 Mon Sep 17 00:00:00 2001 From: paidaxing444 <12qwaszx> Date: Fri, 29 May 2020 11:39:03 +0800 Subject: [PATCH] =?UTF-8?q?20200529-zlp-2=201=E6=96=B0=E5=A2=9E=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E5=AD=A6=E4=B9=A0=E5=88=97=E8=A1=A8=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/benyi_train/video_study/index.vue | 157 +++++++++++++++--- .../controller/SysDictMoedataController.java | 2 +- 2 files changed, 135 insertions(+), 24 deletions(-) diff --git a/ruoyi-ui/src/views/benyi_train/video_study/index.vue b/ruoyi-ui/src/views/benyi_train/video_study/index.vue index a4fac69cb..96030e5ff 100644 --- a/ruoyi-ui/src/views/benyi_train/video_study/index.vue +++ b/ruoyi-ui/src/views/benyi_train/video_study/index.vue @@ -1,33 +1,154 @@ @@ -38,17 +159,7 @@ export default { color: #999; } -.bottom { - margin-top: 13px; - line-height: 12px; -} - -.button { - padding: 0; - float: right; -} - -.image { +.avatar { width: 100%; display: block; } diff --git a/ruoyi/src/main/java/com/ruoyi/project/system/controller/SysDictMoedataController.java b/ruoyi/src/main/java/com/ruoyi/project/system/controller/SysDictMoedataController.java index 0626024a4..d6f193e54 100644 --- a/ruoyi/src/main/java/com/ruoyi/project/system/controller/SysDictMoedataController.java +++ b/ruoyi/src/main/java/com/ruoyi/project/system/controller/SysDictMoedataController.java @@ -36,7 +36,7 @@ public class SysDictMoedataController extends BaseController { /** * 查询多级字典管理列表 */ - @PreAuthorize("@ss.hasPermi('system:moedata:list')") + @PreAuthorize("@ss.hasPermi('system:moedata:list')"+ "||@ss.hasPermi('benyi:video:list')") @GetMapping("/list") public AjaxResult list(SysDictMoedata sysDictMoedata) {