This commit is contained in:
2019-07-12 19:00:19 +00:00
parent ad17801d30
commit 276c7f334f
5 changed files with 64 additions and 11 deletions

View File

@@ -4,8 +4,10 @@
{{ this.$gzlocale.get("ObjectCustomFieldCustomGrid") }}
</span>
<div>
<h5>FORMKEY: {{ formKey }}</h5>
<h5>TEMPLATE: {{ this.$store.state.formSettings[formKey] }}</h5>
<h5>CUSTOM FIELD DATA:</h5>
<span class="caption">
TODO: turn this into controls
{{ value }}
</span>
</div>
@@ -23,7 +25,8 @@ export default {
};
},
props: {
value: String
value: String,
formKey: String //used to grab template from store
},
watch: {
value(val) {