|
|
@@ -475,18 +475,18 @@ var bootstrap = function ($, learun) { |
|
|
|
} |
|
|
|
}, |
|
|
|
{ label: "毕业证书备注", name: "DiplomaRemark", width: 100, align: "center" }, |
|
|
|
{ |
|
|
|
label: "入党时间", name: "BankCard", width: 100, align: "center", |
|
|
|
formatter: function (cellvalue) { |
|
|
|
return learun.formatDate(cellvalue, 'yyyy-MM-dd'); |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "入团时间", name: "BankCard", width: 100, align: "center", |
|
|
|
formatter: function (cellvalue) { |
|
|
|
return learun.formatDate(cellvalue, 'yyyy-MM-dd'); |
|
|
|
} |
|
|
|
}, |
|
|
|
//{ |
|
|
|
// label: "入党时间", name: "BankCard", width: 100, align: "center", |
|
|
|
// formatter: function (cellvalue) { |
|
|
|
// return learun.formatDate(cellvalue, 'yyyy-MM-dd'); |
|
|
|
// } |
|
|
|
//}, |
|
|
|
//{ |
|
|
|
// label: "入团时间", name: "BankCard", width: 100, align: "center", |
|
|
|
// formatter: function (cellvalue) { |
|
|
|
// return learun.formatDate(cellvalue, 'yyyy-MM-dd'); |
|
|
|
// } |
|
|
|
//}, |
|
|
|
{ label: "校内地址", name: "InSchoolAddress", width: 100, align: "center" }, |
|
|
|
{ label: "校内电话", name: "InSchoolTelephone", width: 100, align: "center" }, |
|
|
|
{ label: "QQ", name: "QQ", width: 100, align: "center" }, |
|
|
|