diff --git a/frontend/src/modules/channelMgt/views/TmpltList.vue b/frontend/src/modules/channelMgt/views/TmpltList.vue index 6fb5858..1ec1f7f 100644 --- a/frontend/src/modules/channelMgt/views/TmpltList.vue +++ b/frontend/src/modules/channelMgt/views/TmpltList.vue @@ -110,7 +110,7 @@ export default { { header: 'No', childNames: [] }, { header: '고객사명', childNames: [] }, { header: '사업자번호', childNames: [] }, - { header: '템플릿코드', childNames: [] }, + // { header: '템플릿코드', childNames: [] }, { header: '템플릿명', childNames: [] }, { header: '템플릿 유형', childNames: [] }, { header: '상태', childNames: [] }, @@ -123,7 +123,7 @@ export default { { name: 'no', header: 'No', align: 'center', width: '4%' }, { name: 'custNm', header: '고객사명', align: 'center', width: '12%' }, { name: 'bregNo', header: '사업자번호', align: 'center', width: '10%' }, - { name: 'tmpltCd', header: '템플릿코드', align: 'center', width: '12%' }, + // { name: 'tmpltCd', header: '템플릿코드', align: 'center', width: '12%' }, { name: 'tmpltNm', header: '템플릿명', align: 'center', width: '18%' }, { name: 'tmpltType', header: '템플릿 유형', align: 'center', width: '8%' }, { name: 'stat', header: '상태', align: 'center', width: '8%' },