This commit is contained in:
@@ -161,7 +161,13 @@
|
||||
></gz-date-time-picker>
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<v-col
|
||||
v-if="form().showMe(this, 'CopyWiki')"
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="4"
|
||||
xl="3"
|
||||
>
|
||||
<v-checkbox
|
||||
v-model="value.copyWiki"
|
||||
:readonly="formState.readOnly"
|
||||
@@ -173,7 +179,13 @@
|
||||
></v-checkbox>
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<v-col
|
||||
v-if="form().showMe(this, 'copyAttachments')"
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="4"
|
||||
xl="3"
|
||||
>
|
||||
<v-checkbox
|
||||
v-model="value.copyAttachments"
|
||||
:readonly="formState.readOnly"
|
||||
|
||||
Reference in New Issue
Block a user