fix bug
This commit is contained in:
parent
f212dce287
commit
1732209a2f
16 changed files with 34 additions and 28 deletions
|
|
@ -24,14 +24,7 @@ const isLoadStructureTree = ref<boolean>(true);
|
|||
const $q = useQuasar();
|
||||
const route = useRoute();
|
||||
const { fetchStructureTree } = useStructureTree();
|
||||
const {
|
||||
showLoader,
|
||||
hideLoader,
|
||||
date2Thai,
|
||||
dateToISO,
|
||||
messageError,
|
||||
monthYear2Thai,
|
||||
} = useCounterMixin();
|
||||
const { date2Thai, dateToISO, messageError } = useCounterMixin();
|
||||
|
||||
/** Filter*/
|
||||
const detailReport = ref<any>();
|
||||
|
|
@ -72,6 +65,7 @@ const isLoadPDF = ref<boolean>(false);
|
|||
const numOfPages = ref<number>(0);
|
||||
const page = ref<number>(1);
|
||||
const pdfSrc = ref<any>();
|
||||
const splitterModel = ref<number>(14);
|
||||
|
||||
/** tree*/
|
||||
const filterTree = ref<string>("");
|
||||
|
|
@ -479,6 +473,8 @@ onMounted(() => {
|
|||
</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