หน้าแก้ไขข้อมูลส่วนตัว

แสดงวันจบการศึกษเป็นเลือก ปี หรือ วัน/เดือน/ปี
ซ่อนเป็นวุฒิการศึกษาในตำแหน่งไว้ก่อน
กรณีฟิลด์ isEducation เป็น true ให้ซ่อนปุ่มลบข้อมูล
เอาปุ่ม history หลังประวัติการศึกษากับใบอนุญาตประกอบอาชีพออก
ดักฟิลด์ "0000-0000-0000-0000" เป็นแสดงค่าว่าง

หน้าออกคำสั่ง step 4
This commit is contained in:
Thanit Konmek 2023-07-14 13:34:54 +07:00
parent b92c0d681c
commit 9d714b8716
8 changed files with 392 additions and 493 deletions

View file

@ -439,9 +439,7 @@ onMounted(async () => {
// myEventHandler(e);
// });
const pdfData = usePDF(
"https://raw.githubusercontent.com/mozilla/pdf.js/ba2edeae/web/compressed.tracemonkey-pldi-09.pdf"
);
const pdfData = usePDF("/src/assets/05_modules.pdf");
setTimeout(() => {
pdfSrc.value = pdfData.pdf.value;