ㄱㄱ
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user