From 92896faa2c7acc1251ce2d4ee95785a81f5b0ec5 Mon Sep 17 00:00:00 2001 From: Yesol Choi Date: Mon, 26 May 2025 14:25:04 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EC=98=A4=EB=A5=B8=EC=AA=BD=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EB=B2=84=ED=8A=BC=EC=9D=B4=EB=8F=99=20=EC=99=84?= =?UTF-8?q?=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/app/PriceInsert.vue | 2 ++ src/pages/app/priceUpdate.vue | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/app/PriceInsert.vue b/src/pages/app/PriceInsert.vue index 1ba5de8..f1797f1 100644 --- a/src/pages/app/PriceInsert.vue +++ b/src/pages/app/PriceInsert.vue @@ -495,12 +495,14 @@ function onInput(row, column){ +
등록 +
diff --git a/src/pages/app/priceUpdate.vue b/src/pages/app/priceUpdate.vue index a740b03..d0ee4a9 100644 --- a/src/pages/app/priceUpdate.vue +++ b/src/pages/app/priceUpdate.vue @@ -42,7 +42,7 @@ const params = reactive({ { key: 'name', label: '이름' }, { key: 'attendCd', label: '비고' }, { key: 'apprStat', label: '결재상태'}, - { key: 'date', label: '승인일자'}, + { key: 'apprDt', label: '승인일자'}, ], priceData:[], prcsBizsColumn: [ //견적사 입력 @@ -498,6 +498,7 @@ function onInput(row, column){ +
닫기 +