update DatePicker
update DatePicker
This commit is contained in:
parent
f46ebc38dc
commit
e1874103ad
4 changed files with 37 additions and 9 deletions
|
@ -3,7 +3,14 @@
|
|||
<br>
|
||||
<row>
|
||||
<i-col span="4">
|
||||
<date-picker style="width:200px" placeholder="请选择日期" :value.sync="value" :options="options" @on-change="change" @on-open-change="change2" :format="format"></date-picker>
|
||||
<date-picker
|
||||
style="width:200px"
|
||||
placeholder="请选择日期"
|
||||
:value.sync="value"
|
||||
:options="options"
|
||||
@on-change="change"
|
||||
:format="format"
|
||||
@on-open-change="change2"></date-picker>
|
||||
</i-col>
|
||||
<i-col span="4">
|
||||
<date-picker type="year" style="width:200px" placeholder="请选择日期" :value.sync="value" :options="options"></date-picker>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue