diff --git a/src/layouts/navbar.vue b/src/layouts/navbar.vue index e1d59f2..3414672 100644 --- a/src/layouts/navbar.vue +++ b/src/layouts/navbar.vue @@ -18,13 +18,13 @@ const links = ref([ label: '계약관리', icon: '', }, - { - id: 'document', - type: 'link', - to: '/app/documentManagement', - label: '전표관리', - icon: '', - }, + // { + // id: 'document', + // type: 'link', + // to: '/app/documentManagement', + // label: '전표관리', + // icon: '', + // }, { id: 'payment', type: 'link', diff --git a/src/pages/app/DocumentManagement.vue b/src/pages/app/DocumentManagement.vue index f6cbf45..f2d782b 100644 --- a/src/pages/app/DocumentManagement.vue +++ b/src/pages/app/DocumentManagement.vue @@ -354,6 +354,10 @@ function onInput(event) { } +.button.v-button { + padding: 0px 0px; +} + .bottom-button { text-align: center; button { @@ -362,6 +366,7 @@ function onInput(event) { font-weight: bold; border-color: var(--primary); color: white; + padding: 0.5rem 1rem !important; } } button:nth-child(2) { @@ -375,9 +380,6 @@ button:nth-child(3) { margin: 0px 0px; } -.button.v-button { - padding: 0px 0px; -} .disabled-button { //opacity: 0.5; diff --git a/src/pages/app/contractManagement.vue b/src/pages/app/contractManagement.vue index 683e87a..5055495 100644 --- a/src/pages/app/contractManagement.vue +++ b/src/pages/app/contractManagement.vue @@ -49,7 +49,7 @@ const params = reactive({ { key: 'contAmt', label: '계약금액', format: formatCurrency }, { key: 'contNo', label: '계약번호' }, { key: 'signDt', label: '계약체결일' }, - { key: 'charge', label: '대금청구' }, + { key: 'charge', label: '대금청구', cellClass: 'is-justify-content-center' }, { key: 'contStat', label: '계약상태' }, ], }) @@ -182,7 +182,7 @@ function getContractDetail(){
- + > + + + + +
diff --git a/src/pages/app/contractUpdate.vue b/src/pages/app/contractUpdate.vue index 2b71fa3..6694f6f 100644 --- a/src/pages/app/contractUpdate.vue +++ b/src/pages/app/contractUpdate.vue @@ -1,17 +1,25 @@