@@ -742,7 +742,7 @@ const myDetail = [
labelCols: 12,
textCols: 12,
iconShow: true,
- class: 'py-2 pr-2',
+ class: 'py-2 pr-2 mt-2',
required: false,
placeholder: '시스템 자동입력',
},
@@ -754,7 +754,7 @@ const myDetail = [
cols: 6,
labelCols: 12,
textCols: 12,
- class: 'py-2',
+ class: 'py-2 mt-2',
required: true,
iconShow: true,
},
@@ -766,7 +766,7 @@ const myDetail = [
cols: 6,
labelCols: 12,
textCols: 12,
- class: 'py-2 pr-2',
+ class: 'py-2 pr-2 mt-2',
list: 'readObjKindDetailList',
itemText: 'commCdNm',
itemValue: 'commCd',
@@ -781,7 +781,7 @@ const myDetail = [
cols: 6,
labelCols: 12,
textCols: 12,
- class: 'py-2',
+ class: 'py-2 mt-2',
list: 'readObjGrpList',
itemText: 'commCdNm',
itemValue: 'commCd',
@@ -796,7 +796,7 @@ const myDetail = [
cols: 6,
labelCols: 12,
textCols: 12,
- class: 'py-2 pr-2',
+ class: 'py-2 pr-2 mt-2',
iconShow: true,
inputType: 'number',
},
@@ -808,7 +808,7 @@ const myDetail = [
cols: 6,
labelCols: 12,
textCols: 12,
- class: 'py-2',
+ class: 'py-2 mt-2',
iconShow: true,
inputType: 'number',
},
@@ -820,7 +820,7 @@ const myDetail = [
cols: 6,
labelCols: 12,
textCols: 12,
- class: 'py-2 pr-2',
+ class: 'py-2 pr-2 mt-2',
iconShow: true,
inputType: 'number',
},
@@ -832,7 +832,7 @@ const myDetail = [
cols: 6,
labelCols: 12,
textCols: 12,
- class: 'py-2',
+ class: 'py-2 mt-2',
list: 'unitCdList',
itemText: 'commCdNm',
itemValue: 'commCd',
@@ -847,7 +847,7 @@ const myDetail = [
cols: 6,
labelCols: 12,
textCols: 12,
- class: 'py-2 pr-2',
+ class: 'py-2 pr-2 mt-2',
value: { '1': true, '0': false },
iconShow: true,
required: true,
diff --git a/pages/ems/effc/EnrgUsePlanPage.vue b/pages/ems/effc/EnrgUsePlanPage.vue
index 046b099..e86ff17 100644
--- a/pages/ems/effc/EnrgUsePlanPage.vue
+++ b/pages/ems/effc/EnrgUsePlanPage.vue
@@ -304,7 +304,7 @@ export default {
$(elDiv).addClass('tui-grid-cell-content d-flex justify-space-between');
const el2 = document.createElement('button');
$(el2).addClass('edit-btn blue--text');
- el2.innerText = '편집하다';
+ el2.innerText = '수정';
elDiv.appendChild(el2);
this.el = elDiv;
@@ -415,7 +415,7 @@ export default {
{
header: '구분',
name: 'gubun',
- width: 80,
+ width: 200,
align: 'left',
// hidden: true,
formatter({ value }) {
@@ -447,7 +447,7 @@ export default {
myColumns.push({
header: i.toString() + '월',
name: qty,
- width: 73,
+ width: 80,
align: 'right',
editor: 'text',
formatter: this.numberFormatter,
--
2.50.1.windows.1
From 5c43496282d8c5f06434c0d3b03d672c3243f313 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nguyen=20Van=20Luan/=28Nguyen=20Van=20Luan=29/=ED=98=84?=
=?UTF-8?q?=EC=9E=A5=EB=8C=80=EB=A6=AC=EC=9D=B8/SK?= <20074472@skcc.com>
Date: Tue, 12 Aug 2025 15:12:06 +0900
Subject: [PATCH 2/2] refactor code
---
components/common/Datepicker.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/common/Datepicker.vue b/components/common/Datepicker.vue
index 00691a6..b8cc499 100644
--- a/components/common/Datepicker.vue
+++ b/components/common/Datepicker.vue
@@ -43,10 +43,10 @@
outlined
>
- $icoCalendar
+ $icoCalendar
-
+
--
2.50.1.windows.1