mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 18:13:18 +09:00
청약 정보 조회 화면 => 사업자 번호, 결합여부 추가
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user