From ac415f28a15959c5a9a8130269f494fe801ef3a0 Mon Sep 17 00:00:00 2001 From: ndbs Date: Wed, 29 Jun 2022 11:38:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E5=88=86=E7=B1=BB--=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E5=AD=97=E6=AE=B5=E5=8F=98=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EducationalAdministration/Views/CdLessonSort/Form.cshtml | 4 ++-- .../EducationalAdministration/Views/CdLessonSort/Index.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/CdLessonSort/Form.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/CdLessonSort/Form.cshtml index e25ccaca0..4bfb7b364 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/CdLessonSort/Form.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/CdLessonSort/Form.cshtml @@ -11,10 +11,10 @@
分类编号*
-
+ @*
英文名称
-
+
*@
英文缩写
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/CdLessonSort/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/CdLessonSort/Index.js index 13da6cbdb..a533da9f0 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/CdLessonSort/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/CdLessonSort/Index.js @@ -74,7 +74,7 @@ var bootstrap = function ($, learun) { headData: [ { label: "分类名称", name: "LessonSortName", width: 100, align: "left" }, { label: "分类编号", name: "LessonSortNo", width: 100, align: "left" }, - { label: "英文名称", name: "EnLessonSortName", width: 100, align: "left" }, + //{ label: "英文名称", name: "EnLessonSortName", width: 100, align: "left" }, { label: "英文缩写", name: "En_Abbr", width: 100, align: "left" }, { label: "选课级别", name: "ChooseLessonLevel", width: 100, align: "left" } ],