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 : "-" }}