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

@@ -55,8 +55,8 @@
style="width: 100%;"
v-model="scope.row[item.prop]"
prefix-icon=" " size="small" ref="calendar"
:format="apiKeyTableTime"
:value-format="apiKeyTableTime"
:format="timeFormatStrToDatePickFormat(apiKeyTableTime)"
:value-format="timeFormatStrToDatePickFormat(apiKeyTableTime)"
type="datetime"
popper-class="item-system-table right-public-box-dropdown-top right-box-select-top"
:picker-options="pickerOptions"