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){
+
닫기
+