템플릿 유형 주석

This commit is contained in:
kubo8
2022-12-06 14:56:53 +09:00
parent 05e67fd157
commit f6a944e234

View File

@@ -110,7 +110,7 @@ export default {
{ header: 'No', childNames: [] }, { header: 'No', childNames: [] },
{ header: '고객사명', childNames: [] }, { header: '고객사명', childNames: [] },
{ header: '사업자번호', childNames: [] }, { header: '사업자번호', childNames: [] },
{ header: '템플릿코드', 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: 'no', header: 'No', align: 'center', width: '4%' },
{ name: 'custNm', header: '고객사명', align: 'center', width: '12%' }, { name: 'custNm', header: '고객사명', align: 'center', width: '12%' },
{ name: 'bregNo', header: '사업자번호', align: 'center', width: '10%' }, { 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: 'tmpltNm', header: '템플릿명', align: 'center', width: '18%' },
{ name: 'tmpltType', header: '템플릿 유형', align: 'center', width: '8%' }, { name: 'tmpltType', header: '템플릿 유형', align: 'center', width: '8%' },
{ name: 'stat', header: '상태', align: 'center', width: '8%' }, { name: 'stat', header: '상태', align: 'center', width: '8%' },