mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 19:55:05 +09:00
템플릿 유형 주석
This commit is contained in:
@@ -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%' },
|
||||||
|
|||||||
Reference in New Issue
Block a user