This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-06-06 16:47:01 +07:00
parent f212dce287
commit 1732209a2f
16 changed files with 34 additions and 28 deletions

View file

@ -22,14 +22,8 @@ import LoadView from "@/components/LoadView.vue";
const $q = useQuasar();
const route = useRoute();
const { fetchStructureTree } = useStructureTree();
const {
showLoader,
hideLoader,
date2Thai,
dateToISO,
messageError,
monthYear2Thai,
} = useCounterMixin();
const { date2Thai, dateToISO, messageError, monthYear2Thai } =
useCounterMixin();
/** Filter*/
const reportType = ref<string>("");
@ -74,6 +68,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>("");
@ -594,6 +589,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;