From f6a944e234427c09a3ec9ff7229db928802b238d Mon Sep 17 00:00:00 2001 From: kubo8 Date: Tue, 6 Dec 2022 14:56:53 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=9C=ED=94=8C=EB=A6=BF=20=EC=9C=A0?= =?UTF-8?q?=ED=98=95=20=EC=A3=BC=EC=84=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/modules/channelMgt/views/TmpltList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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%' },