This commit is contained in:
2019-06-18 17:18:09 +00:00
parent b8e77b8a58
commit 1d0055f214

View File

@@ -138,6 +138,18 @@
@change="onChange('roles')"
></v-select>
</v-flex>
<v-flex xs12 px-2>
<v-textarea
v-model="obj.notes"
:readonly="this.formState.readOnly"
:label="this.$gzlocale.get('WidgetNotes')"
:error-messages="this.$gzform.serverErrors(this, 'notes')"
ref="notes"
@change="onChange('notes')"
auto-grow
></v-textarea>
</v-flex>
</v-layout>
<!-- <v-layout align-left justify-center row wrap mt-5>