diff --git a/src/modules/04_registry/components/Talent.vue b/src/modules/04_registry/components/Talent.vue
index 20b33339e..c93e478f7 100644
--- a/src/modules/04_registry/components/Talent.vue
+++ b/src/modules/04_registry/components/Talent.vue
@@ -23,7 +23,13 @@
@click="selectData(props)"
class="cursor-pointer"
>
-
+
+ {{ col.value ? col.value : "-" }}
+
+
+ {{ col.value ? col.value : "-" }}
+
+
{{ col.value ? col.value : "-" }}
@@ -229,7 +235,7 @@ const columns = ref
([
label: "ด้าน",
sortable: true,
field: "field",
- headerStyle: "font-size: 14px; width: 50px;",
+ headerStyle: "font-size: 14px;",
style: "font-size: 14px",
sort: (a: string, b: string) =>
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),