충전 이벤트, 이벤트 배너 - 기간 설정에 시간 추가 #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 6e1a7dba06 - Show all commits

View File

@ -113,13 +113,13 @@
<datetime <datetime
v-model="start_date" v-model="start_date"
class="datepicker" class="datepicker"
format="YYYY-MM-DD" format="YYYY-MM-DD H:i"
/> />
<div> ~ </div> <div> ~ </div>
<datetime <datetime
v-model="end_date" v-model="end_date"
class="datepicker" class="datepicker"
format="YYYY-MM-DD" format="YYYY-MM-DD H:i"
/> />
</v-col> </v-col>
</v-row> </v-row>