diff --git a/src/components/pages/contract/ContractList.vue b/src/components/pages/contract/ContractList.vue index 08f8db4..7b9dabf 100644 --- a/src/components/pages/contract/ContractList.vue +++ b/src/components/pages/contract/ContractList.vue @@ -232,7 +232,7 @@ watch(selUser, (value) => { } .table-container { - border-radius: 10px; + border-radius: 0.3rem; border: 1px solid var(--fade-grey); thead { background-color: var(--primary) !important; @@ -247,8 +247,6 @@ watch(selUser, (value) => { } } - - .datatable-toolbar { //display: flex; align-items: center; @@ -256,7 +254,7 @@ watch(selUser, (value) => { background-color: var(--white); border: 1px solid var(--fade-grey); border-radius: 0.75rem; - padding: 20px; + padding: 15px; color: var(--modal-text); &.is-reversed { flex-direction: row-reverse; diff --git a/src/components/pages/contract/ContractSave.vue b/src/components/pages/contract/ContractSave.vue index 30f028a..ba22287 100644 --- a/src/components/pages/contract/ContractSave.vue +++ b/src/components/pages/contract/ContractSave.vue @@ -87,53 +87,12 @@ watch(pbAtts.value, (newValue) => { class="form-layout" >
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

가격조사

-
+
No @@ -154,6 +113,8 @@ watch(pbAtts.value, (newValue) => {
+
+
제목 @@ -164,6 +125,8 @@ watch(pbAtts.value, (newValue) => {
+
+
내용 @@ -176,6 +139,8 @@ watch(pbAtts.value, (newValue) => {
+
+
등록기간 @@ -186,6 +151,8 @@ watch(pbAtts.value, (newValue) => {
+
+
첨부파일 @@ -310,120 +277,5 @@ watch(pbAtts.value, (newValue) => { diff --git a/src/components/pages/contract/ContractView.vue b/src/components/pages/contract/ContractView.vue index 8c0c6bf..719d2ff 100644 --- a/src/components/pages/contract/ContractView.vue +++ b/src/components/pages/contract/ContractView.vue @@ -133,7 +133,7 @@ watch(pbAtts.value, (newValue) => {

가격조사

-
+
No @@ -154,6 +154,8 @@ watch(pbAtts.value, (newValue) => {
+
+
제목 @@ -164,6 +166,8 @@ watch(pbAtts.value, (newValue) => {
+
+
내용 @@ -176,6 +180,8 @@ watch(pbAtts.value, (newValue) => {
+
+
등록기간 @@ -186,6 +192,8 @@ watch(pbAtts.value, (newValue) => {
+
+
첨부파일 @@ -266,120 +274,5 @@ watch(pbAtts.value, (newValue) => { diff --git a/src/components/pages/estimate/EstimateList.vue b/src/components/pages/estimate/EstimateList.vue index 758415c..b970893 100644 --- a/src/components/pages/estimate/EstimateList.vue +++ b/src/components/pages/estimate/EstimateList.vue @@ -119,7 +119,7 @@ function onTabLeave(e: any) { No 제목 - 조사금액 + 조사금액 담당자 등록일시 진행상태 @@ -141,7 +141,7 @@ function onTabLeave(e: any) {
- {{ estimate.totAmt.toString().replace(regex.currency, ',') }} + {{ estimate.totAmt.toString().replace(regex.currency, ',') }} {{ estimate.mngNm }} {{ dateFormat.millisecondsRemove(estimate.estDt) }} {{ estimate.estStat }} ({{ dateFormat.converterDate(estimate.svyDt) }}) @@ -184,6 +184,10 @@ function onTabLeave(e: any) { diff --git a/src/components/pages/estimate/EstimateView.vue b/src/components/pages/estimate/EstimateView.vue index 89d32b8..beae2a2 100644 --- a/src/components/pages/estimate/EstimateView.vue +++ b/src/components/pages/estimate/EstimateView.vue @@ -1,5 +1,6 @@