From c4fa78dc8e1c18f6d47401579bf0744e808728a2 Mon Sep 17 00:00:00 2001 From: liangkun Date: Tue, 7 Mar 2023 17:07:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E8=AE=A4=E8=AF=812.0?= =?UTF-8?q?=E8=89=B2=E5=9D=97=E6=95=B4=E4=BD=93=E5=8F=AF=E7=82=B9=EF=BC=8C?= =?UTF-8?q?=E7=BD=91=E4=B8=8A=E5=8A=9E=E4=BA=8B=E5=A4=A7=E5=8E=85=E6=9B=B4?= =?UTF-8?q?=E6=8D=A22.0=E7=BB=9F=E4=B8=80=E5=BA=94=E7=94=A8=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Home/SSOApplication.cshtml | 15 ++++++++++----- .../Views/SSOSystem/DragModelOne.cshtml | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/SSOApplication.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/SSOApplication.cshtml index 3c12e9bb9..6ee2e75a0 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/SSOApplication.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/SSOApplication.cshtml @@ -134,12 +134,17 @@ diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragModelOne.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragModelOne.cshtml index c955538ce..3d97972c1 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragModelOne.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragModelOne.cshtml @@ -255,7 +255,7 @@ for (var i = 0; i < list.length; i++) { html += '
'; for (var j = 0; j < list[i].PFunctionList.length; j++) { - html += '' + list[i].PFunctionList[j].FName+''; + html += '' + list[i].PFunctionList[j].FName+''; } html+= '
'; }