From 4c78848785b25a630cac02affd6d07a7aaff257d Mon Sep 17 00:00:00 2001 From: waruneeta Date: Fri, 12 Jan 2024 14:14:16 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=84?= =?UTF-8?q?=E0=B9=89=E0=B8=99=E0=B8=AB=E0=B8=B2=E0=B8=AA=E0=B8=96=E0=B8=B2?= =?UTF-8?q?=E0=B8=99=E0=B8=B0=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=9B=E0=B8=A3?= =?UTF-8?q?=E0=B8=B0=E0=B9=80=E0=B8=A1=E0=B8=B4=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/06_evaluate/views/EvaluateMain.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/06_evaluate/views/EvaluateMain.vue b/src/modules/06_evaluate/views/EvaluateMain.vue index bbbf3f4..2c1a1d6 100644 --- a/src/modules/06_evaluate/views/EvaluateMain.vue +++ b/src/modules/06_evaluate/views/EvaluateMain.vue @@ -126,7 +126,7 @@ const label = computed(() => { if (labelval.length !== 0) { return labelval.length <= 2 ? `${labelval.slice(0, 2).join(", ")}` - : `${labelval.slice(0, 2).join(", ")} + ,(${labelval.length - 2})`; + : `${labelval.slice(0, 2).join(", ")}, อื่นๆ (${labelval.length - 2})`; } else return ""; }); @@ -240,7 +240,7 @@ watch( :options="options" option-value="val" label="ค้นหาสถานะ" - style="width: 28vw" + style="width: 35vw" @update:model-value="fetchEvaluteList" use-input @filter="(inputValue:any,doneFn:Function) => filterOption(inputValue, doneFn) "