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/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(){
- + > + + + + +