From 75dc3b3bd577c6e6dd2ac301e9b19a37f30f8d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E4=B8=B9ab?= <1421553879@qq.com> Date: Fri, 21 Jul 2023 23:57:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=AD=98=E6=A1=A3-=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jlw/teacherOpenCourseHandsOn/indexInfoS.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/main/resources/templates/jlw/teacherOpenCourseHandsOn/indexInfoS.html b/web/src/main/resources/templates/jlw/teacherOpenCourseHandsOn/indexInfoS.html index 365c9c8e..1f94b672 100644 --- a/web/src/main/resources/templates/jlw/teacherOpenCourseHandsOn/indexInfoS.html +++ b/web/src/main/resources/templates/jlw/teacherOpenCourseHandsOn/indexInfoS.html @@ -127,17 +127,17 @@ hideField: false, }, { - field: 'stem', //数据字典类型为 school_class.class_name.class_status=1 - title: '考核内容', + field: 'handsOnName', //数据字典类型为 school_class.class_name.class_status=1 + title: '项目名称', align: "center", - templet:function (d) { + /*templet:function (d) { var question = "-"; var stem = JSON.parse(d.stem); if(stem.length>0){ question = stem[0].question; } return question - } + }*/ }, { field: 'stem',