瀏覽代碼

取消打印

新疆影视学院高职
ndbs 2 年之前
父節點
當前提交
ef602085c0
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/FormView.cshtml

+ 1
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/FormView.cshtml 查看文件

@@ -31,7 +31,7 @@
<li>性 &nbsp; &nbsp; &nbsp; 别 : {{studentInfo.GenderNo | sex}}</li>
<li>出生日期 : {{studentInfo.Birthday | date}}</li>
<li>联系电话 : {{studentInfo.mobile}}</li>
<li>校 &nbsp; &nbsp; &nbsp; 区 : {{studentInfo.F_SchoolId | company}}</li>
<li>校 &nbsp; &nbsp; &nbsp; 区 : {{baseInfo.F_SchoolId | company}}</li>
<li>学 &nbsp; &nbsp; &nbsp; 号 : {{studentInfo.StuNo}}</li>
<li>本 &nbsp;专 &nbsp;科 : {{studentInfo.GraduateNo | graduateNo}}</li>
<li>年 &nbsp; &nbsp; &nbsp; 级 : {{studentInfo.Grade}}</li>
@@ -139,7 +139,6 @@
key: value,
keyId: 'f_companyid',
callback: function (_data) {
console.log(_data)
result = _data.f_fullname;
}
});


Loading…
取消
儲存