update TimePicker
update TimePicker
This commit is contained in:
parent
c1abaed980
commit
36628acaab
3 changed files with 85 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
<date-picker type="daterange" placement="bottom-end" placeholder="选择日期" style="width: 200px"></date-picker>
|
||||
</i-col>
|
||||
<i-col span="12">
|
||||
<time-picker placeholder="选择时间" :disabled-hours="[1,2]" style="width: 200px"></time-picker>
|
||||
<time-picker placeholder="选择时间" :hide-disabled-options="false" :disabled-hours="[1,2]" style="width: 200px"></time-picker>
|
||||
</i-col>
|
||||
</row>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue