ui 수정

This commit is contained in:
focp212@naver.com
2025-10-31 16:22:52 +09:00
parent 216cca963f
commit 79ed55f524
2 changed files with 3 additions and 3 deletions

View File

@@ -115,10 +115,10 @@ export const ListItem = ({
}
}
else if(transactionCategory === TransactionCategory.CashReceipt){
str = `${customerName}(${issueNumber})`
str = `${customerName? customerName: '익명'}${issueNumber? '('+issueNumber+')': '' }`
}
else if(transactionCategory === TransactionCategory.Escrow){
str = `${customerName}(${issueNumber})`
str = `${customerName? customerName: '익명'}${issueNumber? '('+issueNumber+')': '' }`
}
else if(transactionCategory === TransactionCategory.Billing){
str = `${billKey}`

View File

@@ -179,12 +179,12 @@ export const EscrowDetailPage = () => {
isOpen={ showSettlementInfo }
onClickToOpenInfo={ (infoSectionKey) => onClickToOpenInfo(infoSectionKey) }
></SettlementInfoSection>
<div className="txn-divider"></div>
<MerchantInfoSection
merchantInfo={ merchantInfo }
isOpen={ showMerchantInfo }
onClickToOpenInfo={ (infoSectionKey) => onClickToOpenInfo(infoSectionKey) }
></MerchantInfoSection>
<div className="txn-divider"></div>
</div>
</div>
<div className="apply-row">