This commit is contained in:
2020-12-16 01:08:54 +00:00
parent beca573e45
commit 1a3dff7289
2 changed files with 3 additions and 23 deletions

View File

@@ -52,17 +52,6 @@
readonly
></gz-wiki
></v-col>
<v-col
v-if="form().showMe(this, 'Attachments') && obj.id"
cols="12"
>
<gz-attachments
readonly
:ayaType="ayaType"
:ayaId="obj.id"
></gz-attachments
></v-col>
</v-row>
</template>
<template v-else>
@@ -163,17 +152,6 @@
@input="fieldValueChanged('wiki')"
></gz-wiki
></v-col>
<v-col
v-if="form().showMe(this, 'Attachments') && obj.id"
cols="12"
>
<gz-attachments
:readonly="formState.readOnly"
:ayaType="ayaType"
:ayaId="obj.id"
></gz-attachments
></v-col>
</v-row>
</template>
</v-form>