From 1863e6353f0de84082a21738f5d0a28f3cfeadc0 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期三, 22 十一月 2023 19:33:49 +0800 Subject: [PATCH] 后台bug修改 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit.html | 3 +-- 1 files changed, 1 insertions(+), 2 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 7a52dd1..7e8e9e5 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 @@ -298,11 +298,10 @@ "type": "input-date", "id": "u:9fe564fc31fc", "label": "        入学时间:", - "name": "birthday", "embed": false, "mode": "inline", "size": "md", - "value":`${studentClassInfo.inDate}`, + "value":`${item.time}`, "disabled": true, }, { -- Gitblit v1.7.1