From b1d166b55a2fdf37744c8af45f9ba3a532570c8f Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 28 Oct 2025 17:26:36 +0700 Subject: [PATCH] fix:display fullname --- src/modules/08_KPI/components/Evaluator/02_TabOther.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/08_KPI/components/Evaluator/02_TabOther.vue b/src/modules/08_KPI/components/Evaluator/02_TabOther.vue index a47aa1b..cc452bd 100644 --- a/src/modules/08_KPI/components/Evaluator/02_TabOther.vue +++ b/src/modules/08_KPI/components/Evaluator/02_TabOther.vue @@ -182,7 +182,7 @@ watch( :key="col.id" @click="redirectViewDetail(props.row.id)" > -
+
{{ `${props.row.prefix}${props.row.firstname} ${props.row.lastname}` }}