From c35f907f1ab5c2cd45a55bf757bb2fc17a5bcf1e Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期四, 23 十一月 2023 18:45:54 +0800 Subject: [PATCH] 后台bug修改 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit.html | 8 ++++---- 1 files changed, 4 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 7e8e9e5..a2fd628 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 @@ -985,7 +985,6 @@ "label": "已上课时数", "name": "hasClassHours", "id": "u:b55a5ac7f49d", - "value": "$totalClassHours-$totalClassHours" }, { "type": "text", @@ -1157,7 +1156,7 @@ }, "id": "u:fcd7f36c5f88", "level": "link", - "disabledOn": "this.laveClassHours === 0" + "disabledOn": "this.laveClassHours === 0 || this.classType===2" }, { "type": "button", @@ -1358,7 +1357,7 @@ }, "id": "u:ae1e6e73beb9", "level": "link", - "disabledOn": "this.laveClassHours === 0" + "disabledOn": "this.laveClassHours === 0 || this.classType===2" }, { "type": "button", @@ -1604,7 +1603,8 @@ } }, "id": "u:dd3110deaf9d", - "level": "link" + "level": "link", + "disabledOn": "this.classType===2" } ] } -- Gitblit v1.7.1