修复特惠促销时间无法回显问题
This commit is contained in:
parent
ac8d14efec
commit
caa8cd0d8d
@ -71,7 +71,6 @@
|
||||
开始时间:
|
||||
<el-date-picker
|
||||
v-model="value.promotionStartTime"
|
||||
value-format="timestamp"
|
||||
type="datetime"
|
||||
:picker-options="pickerOptions1"
|
||||
placeholder="选择开始时间">
|
||||
@ -81,7 +80,6 @@
|
||||
结束时间:
|
||||
<el-date-picker
|
||||
v-model="value.promotionEndTime"
|
||||
value-format="timestamp"
|
||||
type="datetime"
|
||||
:picker-options="pickerOptions1"
|
||||
placeholder="选择结束时间">
|
||||
|
Loading…
x
Reference in New Issue
Block a user