แก้รายงาน (ข้อความและการทำงาน)
This commit is contained in:
parent
e61eb15d66
commit
e5f2e71632
14 changed files with 226 additions and 184 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<script setup lang="ts">
|
||||
import axios from "axios";
|
||||
import { ref, onMounted } from "vue";
|
||||
import { ref } from "vue";
|
||||
import { VuePDF, usePDF } from "@tato30/vue-pdf";
|
||||
import { useQuasar } from "quasar";
|
||||
|
||||
|
|
@ -17,7 +17,7 @@ import genReportXLSX from "@/plugins/genreportxlsx";
|
|||
const isReport = ref<boolean>(true);
|
||||
const mixin = useCounterMixin();
|
||||
const $q = useQuasar();
|
||||
const { showLoader, hideLoader, date2Thai, dateToISO, messageError } = mixin;
|
||||
const { showLoader, hideLoader, messageError } = mixin;
|
||||
|
||||
const isLoadPDF = ref<boolean>(false);
|
||||
|
||||
|
|
@ -150,9 +150,14 @@ function clearFilter() {
|
|||
detailReport.value = undefined;
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="toptitle text-dark col-12 row items-center">
|
||||
รายงานสถิติสำหรับการสอบแข่งขัน
|
||||
{{
|
||||
$route.name == "reportExam"
|
||||
? "รายงานสรรหา"
|
||||
: "รายงานสถิติสำหรับการสอบแข่งขัน"
|
||||
}}
|
||||
</div>
|
||||
|
||||
<q-form greedy @submit.prevent @validation-success="getReportRecruit">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue