UI 수정
This commit is contained in:
@@ -221,11 +221,11 @@ export const CashReceiptListPage = () => {
|
||||
{t('home.money', { value: new Intl.NumberFormat('en-US').format(approvalAmount || 0) })}
|
||||
</strong>
|
||||
<span className="count">
|
||||
(
|
||||
<NumericFormat
|
||||
value={ approvalCount }
|
||||
thousandSeparator
|
||||
displayType="text"
|
||||
prefix='('
|
||||
suffix='건)'
|
||||
></NumericFormat>
|
||||
</span>
|
||||
@@ -236,11 +236,12 @@ export const CashReceiptListPage = () => {
|
||||
{t('home.money', { value: new Intl.NumberFormat('en-US').format(cancelAmount || 0) })}
|
||||
</strong>
|
||||
<span className="count">
|
||||
(
|
||||
<NumericFormat
|
||||
value={ cancelCount }
|
||||
allowNegative={ true }
|
||||
thousandSeparator
|
||||
displayType="text"
|
||||
prefix='('
|
||||
suffix='건)'
|
||||
></NumericFormat>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user