From 76eddb38aa7578d638333447848cfaee37cd8962 Mon Sep 17 00:00:00 2001 From: ndbs Date: Fri, 25 Feb 2022 15:40:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E8=A1=A8=E5=9B=9E=E6=98=BE=E6=98=9F?= =?UTF-8?q?=E6=9C=9F=E9=94=99=E8=AF=AF=E9=94=99=E4=BD=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/ArrangeLessonTerm/IndexLessonTerm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTerm/IndexLessonTerm.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTerm/IndexLessonTerm.js index bbf6f7048..fb4a68aef 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTerm/IndexLessonTerm.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTerm/IndexLessonTerm.js @@ -61,7 +61,7 @@ var bootstrap = function ($, learun) { function tdHandle() { var html = ''; for (var j = 0; j < 10; j++) { - html += '
'; + html += '
'; } return html; }