This commit is contained in:
2020-04-07 00:01:46 +00:00
parent 5315300790
commit 36ac5dca80
3 changed files with 53 additions and 10 deletions

View File

@@ -1,8 +1,10 @@
<template>
<v-container>
<v-row v-if="formState.ready">
<gz-report-selector ref="reportSelector"></gz-report-selector>
<v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
<gz-report-selector ref="reportSelector"></gz-report-selector>
</v-col>
<v-form ref="form">
<v-row>
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>