|
@@ -91,7 +91,7 @@ function itp_fn_BIZPOP_AFFL_BRAND(parentPopFn, args, returnType) {
|
91
|
91
|
{
|
92
|
92
|
index: 'AFFL_SHOP_NM', name: 'afflShopNm',
|
93
|
93
|
label: '브랜드그룹명', //
|
94
|
|
- width: '20', fixed: false, align: 'center',
|
|
94
|
+ width: '20', fixed: false, align: 'left',
|
95
|
95
|
sortable: false, hidden: false
|
96
|
96
|
},
|
97
|
97
|
{
|
|
@@ -103,7 +103,7 @@ function itp_fn_BIZPOP_AFFL_BRAND(parentPopFn, args, returnType) {
|
103
|
103
|
{
|
104
|
104
|
index: 'BRAND_NM', name: 'brandNm',
|
105
|
105
|
label: '브랜드명', //
|
106
|
|
- width: '20', fixed: false, align: 'center',
|
|
106
|
+ width: '20', fixed: false, align: 'left',
|
107
|
107
|
sortable: false, hidden: false
|
108
|
108
|
},
|
109
|
109
|
{
|