+
{{ col.value }}
@@ -403,6 +682,192 @@ onMounted(async () => {
+
+
+
+
+
+
+
+
+
+
+
+ filterSelector(inputValue, doneFn,'statusOptions'
+ ) "
+ dense
+ />
+
+
+
+
+ filterSelector(inputValue, doneFn,'prefixOps'
+ ) "
+ />
+
+
+
+
+
+
+
+
+
+
(fileUpload = v[0])"
+ >
+
+
+
+ ลบทั้งหมด
+
+
+ ลบไฟล์ที่อัปโหลด
+
+
+
+
+ {{ "[ไฟล์ jpg,png,pdf,csv,doc,docx ขนาดไม่เกิน 10MB]" }}
+
+
+ {{ scope.uploadSizeLabel }} /
+ {{ scope.uploadProgressLabel }}
+
+
+
+
+ เลือกไฟล์
+
+
+ ยกเลิกการอัปโหลด
+
+
+
+
+
+ กรุณาอัพโหลดเอกสาร
+
+
+
+
+
+ {
+ if (!!fileUpload) {
+ alertUpload = false;
+ } else {
+ alertUpload = true;
+ }
+ }
+ "
+ >
+ บันทึกข้อมูล
+
+
+
+
+
diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/05_Education.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/05_Education.vue
index eb9b28d92..ec28c3f79 100644
--- a/src/modules/04_registryNew/components/detail/PersonalInformation/05_Education.vue
+++ b/src/modules/04_registryNew/components/detail/PersonalInformation/05_Education.vue
@@ -400,7 +400,6 @@ async function fetchEducationLevel() {
});
});
educationLevelOptionFilter.value = educationLevelOption.value;
- console.log(educationLevelOptionFilter.value);
})
.catch((err) => {
messageError($q, err);