배치 모니터링 수정

This commit is contained in:
Leeminha
2022-11-10 15:17:33 +09:00
parent 21e3f1de49
commit 4aca52d46d
4 changed files with 45 additions and 19 deletions

View File

@@ -146,10 +146,10 @@ export default {
],
columns: [
// {name: 'batchId', header:'배치ID', align:'center', width:'20%'},
{name: 'stDt', header: '시작 일시', align: 'center', width: '25%'},
{name: 'fnsDt', header: '종료 일시', align: 'center', width: '25%'},
{name: 'sttusCd', header:'상태코드', align: 'center', width: '25%'},
{name: 'errMsg', header:'에러메시지', align: 'center', width: '25%'},
{name: 'stDt', header: '시작 일시', align: 'center', width: '15%'},
{name: 'fnsDt', header: '종료 일시', align: 'center', width: '15%'},
{name: 'sttusCd', header:'상태코드', align: 'center', width: '10%'},
{name: 'errMsg', header:'결과', align: 'left', width: '60%'},
],
noDataStr: '검색 결과가 없습니다.',
params: {