This commit is contained in:
@@ -138,6 +138,18 @@
|
|||||||
@change="onChange('roles')"
|
@change="onChange('roles')"
|
||||||
></v-select>
|
></v-select>
|
||||||
</v-flex>
|
</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>
|
||||||
|
|
||||||
<!-- <v-layout align-left justify-center row wrap mt-5>
|
<!-- <v-layout align-left justify-center row wrap mt-5>
|
||||||
|
|||||||
Reference in New Issue
Block a user