44323
2023-11-23 c35f907f1ab5c2cd45a55bf757bb2fc17a5bcf1e
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"
                }
              ]
            }