diff --git a/src/modules/21_report/views/02_reportRegistry.vue b/src/modules/21_report/views/02_reportRegistry.vue index 3b118433a..aefc97908 100644 --- a/src/modules/21_report/views/02_reportRegistry.vue +++ b/src/modules/21_report/views/02_reportRegistry.vue @@ -502,7 +502,7 @@ async function onSearch() { positionExecutive: positionExecutive.value, gender: gender.value, status: status.value, - education: education.value, + education: education.value.trim(), ageMin: rangeAge.value.min, ageMax: rangeAge.value.max, dateStart: dateStart.value ?? null, @@ -1169,7 +1169,24 @@ onMounted(async () => {
- + + +
@@ -1463,15 +1480,13 @@ onMounted(async () => {
-
-
- จำนวนที่พบทั้งหมด -
+
+
จำนวนที่พบทั้งหมด
- + {{ total.toLocaleString() }}
@@ -1567,7 +1582,13 @@ onMounted(async () => { ทะเบียนประวัติ
-
+
+ {{ col.value ? col.value : "-" }} +
+
{{ col.value ? col.value : "-" }}