|
|
@@ -412,7 +412,12 @@ var bootstrap = function ($, learun) { |
|
|
|
} |
|
|
|
}, |
|
|
|
{ label: "是否授课", name: "IsHasLesson", width: 100, align: "left", formatter: function (cellvalue) { return cellvalue == true ? "是" : "否" } }, |
|
|
|
{ label: "出生日期", name: "Birthday", width: 100, align: "left" }, |
|
|
|
{ |
|
|
|
label: "出生日期", name: "Birthday", width: 100, align: "left" , |
|
|
|
formatter: function (value) { |
|
|
|
return learun.formatDate(value, 'yyyy-MM-dd'); |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "民族", name: "NationalityNo", width: 100, align: "left", |
|
|
|
formatterAsync: function (callback, value, row, op, $cell) { |
|
|
|