청약 정보 조회 화면 => 사업자 번호, 결합여부 추가

This commit is contained in:
kubo8
2022-11-21 10:19:10 +09:00
parent c83300ecf2
commit a678bb5a99
3 changed files with 23 additions and 9 deletions

View File

@@ -195,7 +195,7 @@ export default {
name: 'serviceId',
header: '서비스 ID\n(관리자 ID)',
align: 'center',
width: '12%',
width: '10%',
renderer: {
type: CustomATagRenderer,
options: {
@@ -203,13 +203,15 @@ export default {
},
},
},
{ name: 'custNm', header: '고객사명', align: 'center', width: '12%' },
{ name: 'regNo', header: '가입번호', align: 'center', width: '12%' },
{ name: 'regDt', header: '가입', align: 'center', width: '12%', cls: 'td_line' },
{ name: 'stat', header: '상태', align: 'center', width: '12%' },
{ name: 'channel', header: '유치채널', align: 'center', width: '12%' },
{ name: 'plan', header: '요금제', align: 'center', width: '12%' },
{ name: 'carryOver', header: '이월누적금액', align: 'center', width: '12%' },
{ name: 'custNm', header: '고객사명', align: 'center', width: '10%' },
{ name: 'bizrNo', header: '사업자번호', align: 'center', width: '10%' },
{ name: 'regNo', header: '가입번호', align: 'center', width: '10%' },
{ name: 'regDt', header: '가입일', align: 'center', width: '10%', cls: 'td_line' },
{ name: 'stat', header: '상태', align: 'center', width: '10%' },
{ name: 'channel', header: '유치채널', align: 'center', width: '8%' },
{ name: 'bindDcYn', header: '결합여부', align: 'center', width: '8%' },
{ name: 'plan', header: '요금제', align: 'center', width: '10%' },
{ name: 'carryOver', header: '이월누적금액', align: 'center', width: '10%' },
],
noDataStr: '검색 결과가 없습니다.',
params: {