fix : 결재함 스타일수정 및 오기수정

This commit is contained in:
Kasi
2025-05-28 14:52:53 +09:00
parent 9f674143d7
commit 98c319b8fc
3 changed files with 8 additions and 7 deletions

View File

@@ -49,6 +49,7 @@ const params = reactive({
{ key: 'contAmt', label: '계약금액', format: formatCurrency },
{ key: 'contNo', label: '계약번호' },
{ key: 'signDt', label: '계약체결일' },
{ key: 'charge', label: '대금청구' },
{ key: 'contStat', label: '계약상태' },
],
})
@@ -165,8 +166,8 @@ function getContractDetail(){
</VControl>
</VField>
</div>
<div class="column is-1" style="position:relative;">
<div style="padding-top:20px;float:right;">
<div class="column is-2" style="position:relative;">
<div style="margin-top: 1.8rem">
<VButtons>
<VButton
color="primary"