fixed #153
This commit is contained in:
梁灏 2016-12-29 12:11:22 +08:00
parent b27687d35f
commit 4db5926d6b
5 changed files with 25 additions and 39 deletions

View file

@ -24,16 +24,17 @@
<!--style="width: 168px"></time-picker>-->
<!--</i-col>-->
<i-col span="12">
<time-picker
:value="value2"
type="timerange"
placeholder="选择时间"
format="HH:mm:ss"
:hide-disabled-options="false"
@on-change="c"
@on-ok="ok"
@on-clear="clear"
style="width: 168px"></time-picker>
<Time-picker type="time" :value="value" placeholder="选择时间" style="width: 168px"></Time-picker>
<!--<time-picker-->
<!--:value="value2"-->
<!--type="timerange"-->
<!--placeholder="选择时间"-->
<!--format="HH:mm:ss"-->
<!--:hide-disabled-options="false"-->
<!--@on-change="c"-->
<!--@on-ok="ok"-->
<!--@on-clear="clear"-->
<!--style="width: 168px"></time-picker>-->
</i-col>
</row>
</template>