This commit is contained in:
focp212@naver.com
2025-11-20 17:08:29 +09:00
parent b9a973b7dd
commit 6f3327d896
2 changed files with 3 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ export const ImportantInfoSection = ({
t('home.money', { value: new Intl.NumberFormat('en-US').format(newImportantInfo[k] || 0) }) t('home.money', { value: new Intl.NumberFormat('en-US').format(newImportantInfo[k] || 0) })
} }
{ (checkValue(newImportantInfo[k]) && subItems[k]?.type === 'date') && { (checkValue(newImportantInfo[k]) && subItems[k]?.type === 'date') &&
moment(newImportantInfo[k]).format('YYYY.MM.DD') moment(newImportantInfo[k]).format('YYYY.MM.DD HH:mm:ss')
} }
</span> </span>
</li> </li>

View File

@@ -557,7 +557,7 @@
"orderNumber": "주문번호", "orderNumber": "주문번호",
"approvalNumber": "승인번호", "approvalNumber": "승인번호",
"approvalDate": "승인일자", "approvalDate": "승인일자",
"approvalDay": "승인일", "approvalDay": "승인일",
"requestStatus": "요청상태", "requestStatus": "요청상태",
"processResult": "진행상태", "processResult": "진행상태",
"installmentMonth": "할부개월", "installmentMonth": "할부개월",
@@ -574,7 +574,7 @@
"partCancelAmount": "부분취소 금액", "partCancelAmount": "부분취소 금액",
"remainingAmount": "부분취소 후 잔액", "remainingAmount": "부분취소 후 잔액",
"reApprovalAmount": "재승인 금액", "reApprovalAmount": "재승인 금액",
"cancelDate": "취소일", "cancelDate": "취소일",
"cancelApprovalNumber": "취소승인번호", "cancelApprovalNumber": "취소승인번호",
"receiptInfo": "현금영수증", "receiptInfo": "현금영수증",
"transactionId": "거래ID", "transactionId": "거래ID",