This commit is contained in:
2019-11-05 20:39:32 +00:00
parent 36ef3b2a41
commit c394fd35ba
13 changed files with 27 additions and 28 deletions

View File

@@ -16,7 +16,7 @@
<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" xs12 sm6 lg4 xl3 px-2>
<v-col v-if="item.type" :key="item.fld" cols="12" sm6 lg4 xl3 px-2>
<div v-if="item.type === 'currency'">
CURRENCY CONTROL HERE
</div>