1 changed files with
5 additions and
5 deletions
|
|
|
|
@ -179,9 +179,9 @@
|
|
|
|
|
header: '구분',
|
|
|
|
|
name: 'ownrSeCdNm',
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: 80,
|
|
|
|
|
width: 60,
|
|
|
|
|
sortingType: 'desc',
|
|
|
|
|
sortable: true
|
|
|
|
|
sortable: false
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
header: '주민등록번호',
|
|
|
|
|
@ -200,13 +200,13 @@
|
|
|
|
|
header: '주소',
|
|
|
|
|
name: 'addr',
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: 120
|
|
|
|
|
width: 180
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
header: '상세주소',
|
|
|
|
|
name: 'daddr',
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: 100
|
|
|
|
|
width: 180
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
header: '우편번호',
|
|
|
|
|
@ -236,7 +236,7 @@
|
|
|
|
|
header: '수정일시',
|
|
|
|
|
name: 'mdfcnDt',
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: 100
|
|
|
|
|
width: 150
|
|
|
|
|
}
|
|
|
|
|
];
|
|
|
|
|
},
|
|
|
|
|
|