This commit is contained in:
focp212@naver.com
2025-10-26 01:28:47 +09:00
parent 7e5f1e71a7
commit 00aec7656e
34 changed files with 930 additions and 319 deletions

View File

@@ -10,6 +10,7 @@ export const ListItem = ({
settlementDate,
merchantName,
mid,
tid,
settlementAmount,
approvalNumber,
approvalDate,
@@ -30,6 +31,7 @@ export const ListItem = ({
periodType: periodType,
settlementId: settlementId,
approvalNumber: approvalNumber,
tid: tid,
}
});
};
@@ -66,7 +68,7 @@ export const ListItem = ({
value={ settlementAmount || transactionAmount }
thousandSeparator
displayType="text"
suffix={ '원' }
suffix='원'
></NumericFormat>
}
</div>