diff --git a/src/modules/06_evaluate/components/PopupCheckFeatures.vue b/src/modules/06_evaluate/components/PopupCheckFeatures.vue index 00f9583..54df3ff 100644 --- a/src/modules/06_evaluate/components/PopupCheckFeatures.vue +++ b/src/modules/06_evaluate/components/PopupCheckFeatures.vue @@ -36,8 +36,8 @@ const rows = ref([ level: "หลักสูตร ๔ ปี", expert: "๖ ปี", special: "๘ ปี", - checked: "ต่ำกว่าปริญญาตรี", - // year: 4, + checked: "ปริญญาตรี", + year: 4, }, { degree: "ปริญญาตรี หรือเทียบเท่า", @@ -178,9 +178,9 @@ watch(props, () => { - + { { color="public" @click="onCilckNextStep" /> + diff --git a/src/modules/06_evaluate/components/viewstep/viewStep1.vue b/src/modules/06_evaluate/components/viewstep/viewStep1.vue index cf23bcd..2924ebc 100644 --- a/src/modules/06_evaluate/components/viewstep/viewStep1.vue +++ b/src/modules/06_evaluate/components/viewstep/viewStep1.vue @@ -61,7 +61,7 @@ async function fetchDetail() { formDetail.fullName = `${data.firstName} ${data.lastName}`; formDetail.position = data.position; formDetail.oc = data.oc; - formDetail.salary = data.salary; + formDetail.salary = data.salary.toLocaleString("th-TH"); formDetail.positionLevel = data.positionLevel; formDetail.posNo = data.posNo; formDetail.birthDate = data.birthDate && date2Thai(data.birthDate); @@ -240,120 +240,123 @@ onMounted(async () => { ประวัติการศึกษา -
-
- -
+
+
+
+ +
-
- -
+
+ +
-
- - - -
+
+ + + +
-
- - - -
-
- - - -
+
+ + + +
+
+ + + +
-
- -
+
+ +
-
- -
+
+ +
-
- -
-
- -
+
+ +
+
+ +
-
- -
+
+ +
-
- +
+ +
+
ไม่มีประวัติการศึกษา
@@ -406,6 +409,7 @@ onMounted(async () => {
+ -