From 157cce6919be7fe8d616125f37315991606d4d2f Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 16 Oct 2025 09:57:10 +0700 Subject: [PATCH] style(registry-officer):display colums training --- .../components/detail/Achievement/02_Train.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/modules/04_registryPerson/components/detail/Achievement/02_Train.vue b/src/modules/04_registryPerson/components/detail/Achievement/02_Train.vue index b1fda246c..e96d954e3 100644 --- a/src/modules/04_registryPerson/components/detail/Achievement/02_Train.vue +++ b/src/modules/04_registryPerson/components/detail/Achievement/02_Train.vue @@ -147,7 +147,8 @@ const baseColumns = ref([ sortable: true, field: "place", headerStyle: "font-size: 14px", - style: "font-size: 14px", + style: "font-size: 14px; width: 250px;", + classes: "text-html", sort: (a: string, b: string) => a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }), }, @@ -169,7 +170,7 @@ const baseColumns = ref([ sortable: true, field: "department", headerStyle: "font-size: 14px", - style: "font-size: 14px", + style: "font-size: 14px; ", sort: (a: string, b: string) => a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }), }, @@ -550,7 +551,7 @@ onMounted(() => { -
+
{{ col.value ? col.value : "-" }}