vue migration edit form changes

This commit is contained in:
2019-11-13 22:05:22 +00:00
parent 125fc90be8
commit 0f935acfe8
2 changed files with 176 additions and 174 deletions

View File

@@ -2,7 +2,7 @@
<div>
<v-row row wrap v-if="!readonly">
<v-col xs6>
<v-dialog v-model="dlgdate" persistent lazy full-width width="290px">
<v-dialog v-model="dlgdate" persistent width="290px">
<template v-slot:activator="{ on }">
<v-text-field
v-on="on"
@@ -22,7 +22,7 @@
</v-dialog>
</v-col>
<v-col xs6>
<v-dialog v-model="dlgtime" persistent lazy full-width width="290px">
<v-dialog v-model="dlgtime" persistent width="290px">
<template v-slot:activator="{ on }">
<v-text-field
v-on="on"