링크 결제 필터 추가 수정

This commit is contained in:
HyeonJongKim
2025-09-15 14:15:05 +09:00
parent 8646918ce7
commit 359aa2921a
5 changed files with 66 additions and 26 deletions

View File

@@ -92,7 +92,7 @@ export const KeyInPaymentPage = () => {
<input
className="credit-period"
type="text"
value="2025.06.01 ~ 2025.06.31"
value={ moment(startDate).format('YYYY.MM.DD') + '-' + moment(endDate).format('YYYY.MM.DD') }
readOnly={true}
/>
<button