현금영수증 필터

This commit is contained in:
focp212@naver.com
2025-09-15 16:21:06 +09:00
parent 75d82a0184
commit 14005a7e9b
12 changed files with 247 additions and 224 deletions

View File

@@ -5,7 +5,7 @@ import moment from 'moment';
export const IssueInfoWrap = ({
transactionCategory,
issueInfo,
purpose,
purposeType,
}: DetailInfoProps) => {
return (
@@ -27,7 +27,7 @@ export const IssueInfoWrap = ({
</li>
<li className="kv-row">
<span className="k"></span>
<span className="v">{ purpose }</span>
<span className="v">{ purposeType }</span>
</li>
<li className="kv-row">
<span className="k"></span>