mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 16:43:32 +09:00
대리점 명 오류 처리
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
"name": "유치채널"
|
||||
},
|
||||
{
|
||||
"key": "nogrNm",
|
||||
"key": "norgNm",
|
||||
"name": "대리점"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -211,7 +211,7 @@ export default {
|
||||
{ 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: 'norgNm', header: '대리점', align: 'center', width: '8%' },
|
||||
{ name: 'bindDcYn', header: '결합여부', align: 'center', width: '8%' },
|
||||
{ name: 'plan', header: '요금제', align: 'center', width: '9%' },
|
||||
{ name: 'carryOver', header: '이월누적금액', align: 'center', width: '9%' },
|
||||
@@ -343,6 +343,9 @@ export default {
|
||||
response = await custMgtApi.subsListExcel(params);
|
||||
|
||||
const result = response.data;
|
||||
|
||||
console.log(result);
|
||||
|
||||
// entity code 변환
|
||||
result.data.list = result.data.list.map((item) => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user