This commit is contained in:
2020-04-15 23:25:41 +00:00
parent 5499b36f19
commit a78dd4ec3a
2 changed files with 4 additions and 2 deletions

View File

@@ -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>