Explorar el Código

招生信息查看导出报错处理

西昌缴费二期
liangkun hace 4 años
padre
commit
423a3ccfe0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/StatusView.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/StatusView.js Ver fichero

@@ -260,7 +260,7 @@ var bootstrap = function ($, learun) {
{ label: '综合', name: 'ComprehensiveScore', width: 100, align: "left" },
{
label: '出生日期', name: 'Birthday', width: 100, align: "left", formatter: function (val) {
if (val.length > 0) {
if (val!=undefined&&val.length > 0) {
return val.substring(0, 10);
}
}


Cargando…
Cancelar
Guardar