Vuetify migrate edit form: layout looks relatively good, not same but ok, now need to test functionality and then can get back into it if all ok.

This commit is contained in:
2019-11-13 22:14:06 +00:00
parent 0f935acfe8
commit 8821831eca
3 changed files with 44 additions and 29 deletions

View File

@@ -16,7 +16,15 @@
<div>
<v-row align-center justify-left row wrap>
<template v-for="item in this.$store.state.formCustomTemplate[formKey]">
<v-col v-if="item.type" :key="item.fld" cols="12" sm6 lg4 xl3 px-2>
<v-col
v-if="item.type"
:key="item.fld"
cols="12"
sm="6"
lg="4"
xl="3"
px-2
>
<div v-if="item.type === 'currency'">
CURRENCY CONTROL HERE
</div>