From ef602085c075ee0bdbf23d10f9f9b5b97c65ba99 Mon Sep 17 00:00:00 2001 From: ndbs Date: Tue, 9 Aug 2022 09:59:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/StuInfoBasic/FormView.cshtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/FormView.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/FormView.cshtml index 0df47a992..3e2e975ee 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/FormView.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/FormView.cshtml @@ -31,7 +31,7 @@
  • 性       别 : {{studentInfo.GenderNo | sex}}
  • 出生日期 : {{studentInfo.Birthday | date}}
  • 联系电话 : {{studentInfo.mobile}}
  • -
  • 校       区 : {{studentInfo.F_SchoolId | company}}
  • +
  • 校       区 : {{baseInfo.F_SchoolId | company}}
  • 学       号 : {{studentInfo.StuNo}}
  • 本  专  科 : {{studentInfo.GraduateNo | graduateNo}}
  • 年       级 : {{studentInfo.Grade}}
  • @@ -139,7 +139,6 @@ key: value, keyId: 'f_companyid', callback: function (_data) { - console.log(_data) result = _data.f_fullname; } });