This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user