fix bug
This commit is contained in:
parent
f212dce287
commit
1732209a2f
16 changed files with 34 additions and 28 deletions
|
|
@ -220,6 +220,7 @@ onMounted(async () => {
|
|||
</q-toolbar>
|
||||
<q-splitter
|
||||
v-model="splitterModel"
|
||||
disable
|
||||
horizontal
|
||||
style="
|
||||
height: 70vh;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ import { VuePDF, usePDF } from "@tato30/vue-pdf";
|
|||
import axios from "axios";
|
||||
import genReportXLSX from "@/plugins/genreportxlsx";
|
||||
|
||||
|
||||
import http from "@/plugins/http";
|
||||
import config from "@/app.config";
|
||||
import { checkPermission } from "@/utils/permissions";
|
||||
|
|
@ -648,6 +647,8 @@ onMounted(async () => {
|
|||
</div>
|
||||
<div class="col-lg-9 col-md-9 col-sm-9 col-xs-12 col-xs-12 flex">
|
||||
<q-splitter
|
||||
disable
|
||||
v-model="splitterModel"
|
||||
horizontal
|
||||
style="
|
||||
height: 75vh;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue