- 현금영수증 목록,상세 다국어 누락된 항목에 대하여 언어화

This commit is contained in:
HyeonJongKim
2025-11-13 15:27:14 +09:00
parent bab88aaac9
commit f343a8a438
3 changed files with 114 additions and 101 deletions

View File

@@ -1,7 +1,7 @@
import { useNavigate } from '@/shared/lib/hooks/use-navigate';
import { BillingRequestStatus, CashReceiptTransactionType, EscrowDeliveryStatus, ListItemProps, TransactionCategory } from '../model/types';
import moment from 'moment';
import { getAllTransactionStatusCode, getPaymentMethodName } from '../model/contant';
import { getAllTransactionStatusCode, getPaymentMethodName, getTransactionTypeName } from '../model/contant';
import { useTranslation } from 'react-i18next';
export const ListItem = ({
@@ -219,7 +219,7 @@ export const ListItem = ({
>
<span>{ getTime() }</span>
<span className="separator">|</span>
<span>{ transactionType }</span>
<span>{ getTransactionTypeName(t)(transactionType) }</span>
<span className="separator">|</span>
<span>{ getPaymentMethodName(t, paymentMethod) }</span>
<span className="separator">|</span>