This commit is contained in:
@@ -210,16 +210,18 @@
|
|||||||
ref="wiki"
|
ref="wiki"
|
||||||
v-model="obj.wiki"
|
v-model="obj.wiki"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:parentVM="this"
|
|
||||||
@input="fieldValueChanged('wiki')"
|
@input="fieldValueChanged('wiki')"
|
||||||
></gz-wiki
|
></gz-wiki
|
||||||
></v-col>
|
></v-col>
|
||||||
|
|
||||||
<v-col v-if="form().showMe(this, 'Attachments')" cols="12">
|
<v-col
|
||||||
|
v-if="form().showMe(this, 'Attachments') && obj.id"
|
||||||
|
cols="12"
|
||||||
|
>
|
||||||
<gz-attachments
|
<gz-attachments
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:parentVM="this"
|
|
||||||
:ayaType="ayType"
|
:ayaType="ayType"
|
||||||
|
:ayaId="obj.id"
|
||||||
></gz-attachments
|
></gz-attachments
|
||||||
></v-col>
|
></v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
@@ -246,7 +248,6 @@ const FORM_KEY = "widget-edit";
|
|||||||
const API_BASE_URL = "Widget/";
|
const API_BASE_URL = "Widget/";
|
||||||
const FORM_CUSTOM_TEMPLATE_KEY = "Widget";
|
const FORM_CUSTOM_TEMPLATE_KEY = "Widget";
|
||||||
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
created() {
|
created() {
|
||||||
let vm = this;
|
let vm = this;
|
||||||
|
|||||||
Reference in New Issue
Block a user