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