|
@@ -153,7 +153,7 @@ const gridColModel = {
|
153
|
153
|
},
|
154
|
154
|
{
|
155
|
155
|
index: 'LOCATION_NM', name: 'locationNm',
|
156
|
|
- label: "Location",
|
|
156
|
+ label: "로케이션명",
|
157
|
157
|
width: '10', fixed: false, align: 'center',
|
158
|
158
|
sortable: false, editable: false, edittype: 'text',
|
159
|
159
|
editrules: {required: false}, classes: 'ui-ellipsis'
|
|
@@ -241,7 +241,7 @@ const gridColModel = {
|
241
|
241
|
},
|
242
|
242
|
{
|
243
|
243
|
index: 'LOCATION_NM', name: 'locationNm',
|
244
|
|
- label: "Location",
|
|
244
|
+ label: "로케이션명",
|
245
|
245
|
width: '10', fixed: false, align: 'left',
|
246
|
246
|
sortable: false, editable: false, edittype: 'text',
|
247
|
247
|
minwidth: 100,
|