This commit is contained in:
@@ -138,29 +138,8 @@
|
||||
@change="onChange('roles')"
|
||||
></v-select>
|
||||
</v-flex>
|
||||
<v-flex xs12 sm6 lg4 xl3 px-2>
|
||||
<v-text-field
|
||||
v-model="obj.roles"
|
||||
:readonly="this.formState.readOnly"
|
||||
:label="this.$gzlocale.get('WidgetRoles')"
|
||||
ref="roles2"
|
||||
:rules="[
|
||||
this.$gzform.integerValid(this, 'roles2'),
|
||||
this.$gzform.required(this, 'roles2')
|
||||
]"
|
||||
:error-messages="this.$gzform.serverErrors(this, 'roles2')"
|
||||
required
|
||||
@change="onChange('roles2')"
|
||||
type="number"
|
||||
></v-text-field>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
<v-layout align-left justify-center row wrap mt-5>
|
||||
<v-flex xs6 sm4>
|
||||
PICKLISTS: {{ pickLists.roles }}
|
||||
<br />
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
|
||||
<!-- <v-layout align-left justify-center row wrap mt-5>
|
||||
<v-flex xs6 sm4>
|
||||
READY: {{ formState.ready }}
|
||||
|
||||
Reference in New Issue
Block a user