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