mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 00:17:26 +09:00
어드민 대리점 명 표시
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
"key": "channel",
|
||||
"name": "유치채널"
|
||||
},
|
||||
{
|
||||
"key": "nogrNm",
|
||||
"name": "대리점"
|
||||
},
|
||||
{
|
||||
"key": "plan",
|
||||
"name": "요금제"
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user