어드민 대리점 명 표시

This commit is contained in:
kubo8
2023-04-24 14:41:22 +09:00
parent a26bae0ec6
commit a3fa5c763a
4 changed files with 32 additions and 13 deletions

View File

@@ -33,6 +33,10 @@
"key": "channel",
"name": "유치채널"
},
{
"key": "nogrNm",
"name": "대리점"
},
{
"key": "plan",
"name": "요금제"

View File

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