update code

This commit is contained in:
Nguyen Van Luan/(Nguyen Van Luan)/현장대리인/SK
2025-08-07 19:04:13 +09:00
parent a06d2e553d
commit 71394443ac
11 changed files with 48 additions and 22 deletions

View File

@ -1,6 +1,7 @@
<template>
<div class="l-layout">
<!-- 조회조견 -->
<CommonPageTitle />
<v-row ref="searchFilter">
<v-col :cols="12">
<v-card class="searchFilter">
@ -218,14 +219,14 @@ export default {
const _this = this;
const myColumns = [
{ header: 'No.', name: 'batchLogSeq', align: 'center', width: 100 },
{ header: '배치ID', name: 'batchId', align: 'center', width: 100 },
{ header: 'No.', name: 'batchLogSeq', align: 'right', width: 100 },
{ header: '배치ID', name: 'batchId', align: 'right', width: 100 },
{ header: '배치명', name: 'batchNm', align: 'left', width: 150 },
{ header: '실행 일자', name: 'execDt', align: 'center', width: 80 },
{ header: '실행 일자', name: 'execDt', align: 'right', width: 80 },
{
header: '실행 결과',
name: 'execRsltCd',
align: 'center',
align: 'left',
width: 80,
formatter({ value }) {
let retVal = '';
@ -242,7 +243,7 @@ export default {
{
header: '배치 시작 일시',
name: 'batchStrtDttm',
align: 'center',
align: 'left',
width: 160,
},
{