This commit is contained in:
2020-04-20 20:24:43 +00:00
parent a50a465db0
commit f96f2e0326
6 changed files with 45 additions and 31 deletions

View File

@@ -47,7 +47,7 @@
<v-card-text>
<v-checkbox
v-model="item.include"
:readOnly="formState.readOnly"
:readonly="formState.readOnly"
:label="$ay.t('Include')"
:ref="item.key"
:disabled="item.required"