update TimePicker

update TimePicker
This commit is contained in:
梁灏 2016-12-27 15:15:29 +08:00
parent 2d94873892
commit 603e437bc2
3 changed files with 12 additions and 87 deletions

View file

@ -12,7 +12,13 @@
<date-picker type="daterange" placement="bottom-end" placeholder="选择日期" style="width: 200px"></date-picker>
</i-col>
<i-col span="12">
<time-picker :value="value" placeholder="选择时间" format="HH:mm:ss" :hide-disabled-options="false" :disabled-hours="[1,2]" style="width: 168px"></time-picker>
<time-picker
:value="value"
placeholder="选择时间"
format="HH:mm:ss"
:hide-disabled-options="true"
:disabled-hours="[1,2]"
style="width: 168px"></time-picker>
</i-col>
</row>
</template>