diff --git a/src/modules/05_command/components/ViewPdf.vue b/src/modules/05_command/components/ViewPdf.vue index e4870717..907ca221 100644 --- a/src/modules/05_command/components/ViewPdf.vue +++ b/src/modules/05_command/components/ViewPdf.vue @@ -31,7 +31,6 @@ const isLoadPDF = ref(false); // Loading display pdf const pdfSrc = ref(null); // PDF path display const page = ref(1); // หน้าที่แสดง const numOfPages = ref(0); // จำนวนหน้า PDF ทั้งหมด -const splitterModel = ref(14); const typeFile = ref(type.value === "cover" ? "docx" : "xlsx"); // นามสกุลไฟล์ cover=docx หรือ attachment=xlsx // next page PDF function nextPage() { @@ -268,7 +267,6 @@ defineExpose({