This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
<div class="display-2">wiki viewer control</div>
|
<div class="display-3">wiki viewer control</div>
|
||||||
<div>Content: {{ content }}</div>
|
<div>Content: {{ content }}</div>
|
||||||
</v-col>
|
</v-col>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
<v-container fluid>
|
<v-container fluid>
|
||||||
<gz-report-selector ref="reportSelector"></gz-report-selector>
|
<gz-report-selector ref="reportSelector"></gz-report-selector>
|
||||||
<v-row v-if="formState.ready">
|
<v-row v-if="formState.ready">
|
||||||
<v-col cols="12"> <gz-wiki-viewer :content="obj.wikiContent"/></v-col>
|
|
||||||
<v-col>
|
<v-col>
|
||||||
<v-form ref="form">
|
<v-form ref="form">
|
||||||
<v-row>
|
<v-row>
|
||||||
@@ -205,6 +204,9 @@
|
|||||||
@input="fieldValueChanged('customFields')"
|
@input="fieldValueChanged('customFields')"
|
||||||
></gz-custom-fields>
|
></gz-custom-fields>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
<v-col cols="12">
|
||||||
|
<gz-wiki-viewer :content="obj.wikiContent"
|
||||||
|
/></v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
</v-form>
|
</v-form>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|||||||
Reference in New Issue
Block a user