This commit is contained in:
2019-03-05 23:53:38 +00:00
parent 14bbada15f
commit 7287842d92
2 changed files with 9 additions and 6 deletions

View File

@@ -1,12 +1,14 @@
<template>
<div>
<v-layout row wrap v-if="!readonly">
<v-layout row wrap >
<v-flex xs6>
<v-dialog v-model="modal" persistent lazy full-width width="290px">
<v-text-field
slot="activator"
v-model="formatDate"
v-bind:label="label"
prepend-icon="fa-calendar-alt"
readonly
></v-text-field>
@@ -32,13 +34,13 @@
</v-dialog>
</v-flex>
</v-layout>
<v-text-field
<!-- <v-text-field
v-else
v-model="formatDateTime"
v-bind:label="label"
prepend-icon="fa-calendar-alt"
disabled
></v-text-field>
></v-text-field> -->
</div>
</template> <script>
export default {