mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 04:11:27 +09:00
[ publishing ] 전체 화면 검수
This commit is contained in:
@@ -146,26 +146,26 @@ export default {
|
||||
addCls: 'box_OFvis',
|
||||
header: [
|
||||
[
|
||||
{header: 'NO', childNames: []},
|
||||
{header: 'No', childNames: []},
|
||||
{header: '발신번호', childNames: []},
|
||||
{header: '차단여부', childNames: []},
|
||||
{header: '발송타입', childNames: []},
|
||||
{header: '최근수정일', childNames: []},
|
||||
{header: '마지막 수정일', childNames: []},
|
||||
{header: '차단사유', childNames: []},
|
||||
{header: '등록자', childNames: []}
|
||||
]
|
||||
],
|
||||
|
||||
columns: [
|
||||
{name: 'no', header: 'NO', align: 'center', width: '5%'},
|
||||
{name: 'no', header: 'No', align: 'center', width: '5%'},
|
||||
{
|
||||
name: 'blcksndrno', header: '발신번호', align: 'center', width: '25%',
|
||||
name: 'blcksndrno', header: '발신번호', align: 'center', width: '20%',
|
||||
renderer: {type: CustomATagRenderer, options: {callback: this.inDetailPop}}
|
||||
},
|
||||
{name: 'blckYn', header: '차단여부', align: 'center', width: '15%'},
|
||||
{name: 'sndblckTpCd', header: '발송타입', align: 'center', width: '15%', hidden: true},
|
||||
{name: 'sndblckTpNm', header: '발송타입', align: 'center', width: '15%'},
|
||||
{name: 'lastChgDt', header: '최근수정일', align: 'center', width: '15%'},
|
||||
{name: 'lastChgDt', header: '마지막 수정일', align: 'center', width: '15%'},
|
||||
{name: 'blckRsnCd', header: '차단사유', width: '15%', cls: 'td_line', hidden: true},
|
||||
{name: 'blckRsnNm', header: '차단사유', width: '15%', cls: 'td_line'},
|
||||
{name: 'regId', header: '등록자', width: '15%'}
|
||||
|
||||
Reference in New Issue
Block a user