Skip to content

Commit 7887be6

Browse files
committed
mall:修复优惠券模板,固定日期范围保存失败
1 parent 5f557c7 commit 7887be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/mall/promotion/coupon/template/CouponTemplateForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
<el-date-picker
153153
v-model="formData.validTimes"
154154
style="width: 240px"
155-
value-format="YYYY-MM-DD HH:mm:ss"
155+
value-format="x"
156156
type="datetimerange"
157157
:default-time="[new Date(2000, 1, 1, 0, 0, 0), new Date(2000, 2, 1, 23, 59, 59)]"
158158
/>

0 commit comments

Comments
 (0)