fix: 修改timePick组件 时间显示不对的问题

This commit is contained in:
zhangyu
2022-01-04 10:55:36 +08:00
parent e328bd0241
commit 9056ff5acb
8 changed files with 20 additions and 12 deletions

View File

@@ -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>