fix:修改时间格式的相关错误

This commit is contained in:
zhangyu
2022-01-04 14:27:28 +08:00
parent af980817dd
commit 55203ef0ea
6 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
<template>
<div id="panel-calender" :class="{'calendar--small': size === 'small'}" class="calendar">
<my-date-picker prefix-icon=" " class="panel-time-picker-hidden " size="mini" ref="calendar"
:value-format="timeFormatStrToDatePickFormat(timePicker)"
:format="timeFormatStrToDatePickFormat(timePicker)" @change="dateChange" v-model="searchTime" type="datetimerange"
popper-class="panel-time-picker-popper time-picker-popover__select-top"
:default-time="['00:00:00', '23:59:59']"