알림톡 템플릿 목록 수정

This commit is contained in:
kubo8
2022-12-08 14:36:19 +09:00
parent 9dc9aa7f7a
commit 334e2d145e
3 changed files with 26 additions and 13 deletions

View File

@@ -115,20 +115,24 @@ export default {
{ header: '템플릿 유형', childNames: [] },
{ header: '상태', childNames: [] },
{ header: '발신프로필', childNames: [] },
{ header: '등록ID', childNames: [] },
{ header: '등록자명', childNames: [] },
{ header: '마지막 수정일', childNames: [] },
],
],
columns: [
{ name: 'no', header: 'No', align: 'center', width: '4%' },
{ name: 'custNm', header: '고객사명', align: 'center', width: '12%' },
{ name: 'bregNo', header: '사업자번호', align: 'center', width: '10%' },
{ name: 'no', header: 'No', align: 'center', width: '5%' },
{ name: 'custNm', header: '고객사명', align: 'center', width: '10%' },
{ name: 'bregNo', header: '사업자번호', align: 'center', width: '9%' },
// { 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%' },
{ name: 'sendProfile', header: '발신프로필', align: 'center', width: '18%' },
{ name: 'lastChgDt', header: '마지막 수정일', width: '10%', cls: 'td_line' },
{ name: 'stat', header: '상태', align: 'center', width: '7%' },
{ name: 'sendProfile', header: '발신프로필', align: 'center', width: '14%' },
{ name: 'userId', header: '등록ID', align: 'center', width: '10%' },
{ name: 'userNm', header: '등록자명', align: 'center', width: '10%' },
{ name: 'lastChgDt', header: '마지막 수정일', width: '9%', cls: 'td_line' },
],
noDataStr: '검색 결과가 없습니다.',
params: {