Commit 69160f37 by 陈宁

# 商品信息查询 开发

parent 46ec5aa1
......@@ -41,7 +41,7 @@
</Col>
<Col span="12">
<FormItem label="时间">
<TimePicker :value="time" format="HH:mm:ss" placeholder="时间" style="width: 168px"></TimePicker>
<TimePicker v-model="time" format="HH:mm:ss" placeholder="时间" style="width: 168px"></TimePicker>
</FormItem>
</Col>
<Col span="12">
......@@ -167,7 +167,7 @@ export default {
loadingSearch: false,
channel: 'delivery',
env: 'prod',
time: '12:34:56',
time: '',
couponCode: '385438604009450,527577357365398,QQQ',
storeId: '99998',
metaData: [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment