fix: 修改timePick组件 时间显示不对的问题
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
clearable
|
||||
:time-arrow-control="true"
|
||||
placeholder="Moment"
|
||||
:value-format="endpointQueryTime"
|
||||
:format="endpointQueryTime"
|
||||
:value-format="timeFormatStrToDatePickFormat(endpointQueryTime)"
|
||||
:format="timeFormatStrToDatePickFormat(endpointQueryTime)"
|
||||
>
|
||||
</my-date-picker><button @click="changeTime(10)" class="nz-btn nz-btn-size-normal nz-btn-style-light change-time-height nz-input-group-append"><i class="el-icon-d-arrow-right"></i></button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user