From fabe5684d31e0c52548b33b7afbfec0855f9880e Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期四, 30 十一月 2023 19:09:01 +0800 Subject: [PATCH] 11.30 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit.html | 18 ++++++++++++++---- 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit.html index 2c8745f..fb4c1e7 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit.html @@ -224,7 +224,7 @@ "type": "images", "id": "u:76216a114f2c", "name": "images", - "value":`${images}`, + "value":`${images!}`, "delimiter":";" }, // { @@ -772,6 +772,7 @@ "id": "u:e6a3e106fac0", "tpl": "退费申请:", "inline": true, + "wrapperComponent": "", "style": { "paddingBottom": "100", @@ -855,7 +856,9 @@ "id": "u:38a6f5402e72", "level": "link" }, - { + @if(shiro.hasPermission("//backpass")){ + + { "type": "button", "label": "同意", "onEvent": { @@ -893,6 +896,8 @@ }, "reload": "pay,crud" } + @} + ], "placeholder": "-", "label": "操作" @@ -1627,9 +1632,12 @@ "tpl": "        已报名课程:", "wrapperComponent": "" }, - { + @if(shiro.hasPermission("/bback")){ + + { "type": "button", "label": "退费", + "visible": true, "actionType": "ajax", "id": "u:38a6f5402e72", "onEvent": { @@ -1650,7 +1658,9 @@ } } } - ], + @} + + ], "itemActions": [ ], "features": [ -- Gitblit v1.7.1