충전 이벤트, 이벤트 배너 - 기간 설정에 시간 추가 #61

Merged
klaus merged 2 commits from test into main 2025-03-14 03:34:42 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 1e8f9f41c6 - Show all commits

View File

@ -75,13 +75,13 @@
<datetime
v-model="event.startDate"
class="datepicker"
format="YYYY-MM-DD"
format="YYYY-MM-DD H:i"
/>
<div> ~ </div>
<datetime
v-model="event.endDate"
class="datepicker"
format="YYYY-MM-DD"
format="YYYY-MM-DD H:i"
/>
</v-col>
</v-row>