parent
9358a9ae27
commit
63e0444e55
3 changed files with 31 additions and 31 deletions
|
@ -1,11 +1,5 @@
|
|||
<template>
|
||||
<date-picker readonly confirm format="MM/dd/yy" :open="open" :value="value3" @on-change="handleChange" type="date" @on-open-change="c" @on-clear="clear" @on-ok="ok">
|
||||
<a href="javascript:void(0)" @click="handleClick">
|
||||
<Icon type="ios-calendar-outline"></Icon>
|
||||
<template v-if="value3 === ''">选择日期</template>
|
||||
<template v-else>{{ value3 }}</template>
|
||||
</a>
|
||||
</date-picker>
|
||||
<date-picker :open="true" type="date" placeholder="选择日期" style="width: 200px"><span></span></date-picker>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue