From 2e50334d1ffb9a67f7471bb952670638a8185922 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期一, 27 十一月 2023 12:02:12 +0800 Subject: [PATCH] 重写课包支付和排课逻辑 --- 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