From 8e982af4bc41d8be347e28b263b23751c9fcaf87 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 24 Dec 2024 14:18:34 +0700 Subject: [PATCH] fix --- .../views/06_appointPromoteMain.vue | 32 +++++++++---------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/src/modules/05_placement/views/06_appointPromoteMain.vue b/src/modules/05_placement/views/06_appointPromoteMain.vue index 8cb31760a..83ac2fc36 100644 --- a/src/modules/05_placement/views/06_appointPromoteMain.vue +++ b/src/modules/05_placement/views/06_appointPromoteMain.vue @@ -83,9 +83,7 @@ const columns = ref([ format(val, row) { return `${ row.firstName - ? `${row.prefix ?? ""}${row.firstName ?? ""} ${ - row.lastName ?? "" - }` + ? `${row.prefix ?? ""}${row.firstName ?? ""} ${row.lastName ?? ""}` : "-" }`; }, @@ -317,22 +315,23 @@ onMounted(async () => {
-
- - ส่งไปออกคำสั่งแต่งตั้ง-เลื่อน-ย้าย - +
+
+ + ส่งไปออกคำสั่งแต่งตั้ง-เลื่อน-ย้าย + +
{ :options="columns" option-value="name" style="min-width: 140px" - class="col-xs-12 col-sm-3 col-md-2 q-ml-sm" />