|
|
@@ -181,6 +181,17 @@
|
|
|
},
|
|
|
{headerName: "상품평 제목", field: "reviewTitle", width: 200, cellClass: 'text-center', hide: true},
|
|
|
{headerName: "상품평 내용", field: "reviewContent", width: 500, cellClass: 'text-center', hide: true},
|
|
|
+ {
|
|
|
+ headerName: "포인트지급", cellClass: 'text-center',
|
|
|
+ children: [
|
|
|
+ {headerName: "지급예정포인트", field: "giveDuePnt", width: 120, cellClass: 'text-center'},
|
|
|
+ {
|
|
|
+ headerName: "포인트지급상태", field: "pntGiveStat", width: 120, cellClass: 'text-center',
|
|
|
+ cellEditorParams: { values: gagaAgGrid.extractValues(pntGiveStatList) },
|
|
|
+ valueFormatter: function (params) { return gagaAgGrid.lookupValue(pntGiveStatList, params.value); }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
headerName: "베스트", cellClass: 'text-center',
|
|
|
children: [
|
|
|
@@ -206,13 +217,6 @@
|
|
|
cellRenderer: function(params) { return params.value == 'N' ? '미노출' : '노출'; }
|
|
|
},
|
|
|
{headerName: "삭제여부", field: "delYn", width: 90, cellClass: 'text-center', hide: true},
|
|
|
- {
|
|
|
- headerName: "지급예정포인트", field: "giveDuePnt", width: 120, cellClass: 'text-center'},
|
|
|
- {
|
|
|
- headerName: "포인트지급상태", field: "pntGiveStat", width: 120, cellClass: 'text-center',
|
|
|
- cellEditorParams: { values: gagaAgGrid.extractValues(pntGiveStatList) },
|
|
|
- valueFormatter: function (params) { return gagaAgGrid.lookupValue(pntGiveStatList, params.value); }
|
|
|
- },
|
|
|
{
|
|
|
headerName: "확인", cellClass: 'text-center',
|
|
|
children: [
|