From 18b083b96956ef701f5409cf61380b2d1bb534f2 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Tue, 20 Feb 2024 16:26:40 +0700 Subject: [PATCH] no message --- src/modules/04_registry/components/Talent.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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" }),