From 0e382ffab8b3abba1d620187312cca90c81bae25 Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期一, 27 十一月 2023 12:02:28 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit.html | 9 ++++++--- 1 files changed, 6 insertions(+), 3 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 7861601..50ef837 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 @@ -1156,7 +1156,8 @@ }, "id": "u:fcd7f36c5f88", "level": "link", - "disabledOn": "this.laveClassHours === 0 || this.classType===2" + "disabledOn": "this.laveClassHours === 0 || this.classType===2", + "hiddenOn": "this.classType===2" }, { "type": "button", @@ -1357,7 +1358,8 @@ }, "id": "u:ae1e6e73beb9", "level": "link", - "disabledOn": "this.laveClassHours === 0 || this.classType===2" + "disabledOn": "this.laveClassHours === 0 || this.classType===2", + "hiddenOn": "this.classType===2" }, { "type": "button", @@ -1604,7 +1606,8 @@ }, "id": "u:dd3110deaf9d", "level": "link", - "disabledOn": "this.classType===2" + "disabledOn": "this.classType===2", + "hiddenOn": "this.classType===2" } ] } -- Gitblit v1.7.1