링크 결제 필터 추가 수정
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user