|
|
@@ -151,6 +151,13 @@
|
|
|
cellRenderer: function(params) {
|
|
|
return !gagajf.isNull(params.value) ? params.value.toDate("YYYYMMDDHHmmss").format("YYYY-MM-DD HH:mm:ss") : '';
|
|
|
}
|
|
|
+ },
|
|
|
+ {headerName: "최종수정자", field: "updNm", width: 100, cellClass: 'text-center'},
|
|
|
+ {
|
|
|
+ headerName: '최종수정일시', field: 'updDt', width: 150, cellClass: 'text-center',
|
|
|
+ cellRenderer: function(params) {
|
|
|
+ return !gagajf.isNull(params.value) ? params.value.toDate("YYYYMMDDHHmmss").format("YYYY-MM-DD HH:mm:ss") : '';
|
|
|
+ }
|
|
|
}
|
|
|
];
|
|
|
|