This commit is contained in:
2020-03-30 00:07:47 +00:00
parent 574a97f047
commit 0976224aed
2 changed files with 2 additions and 11 deletions

View File

@@ -42,15 +42,8 @@
>
<v-text-field
v-model="obj.serial"
:readonly="formState.readOnly"
clearable
@click:clear="fieldValueChanged('serial')"
:counter="10"
:readonly="true"
:label="t('WidgetSerial')"
:rules="[form().maxLength(this, 'serial', 10)]"
:error-messages="form().serverErrors(this, 'serial')"
ref="serial"
@input="fieldValueChanged('serial')"
></v-text-field>
</v-col>
<v-col