From 45b2c93768ddcaf4484c5ed3d8648ef70ee371c0 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Thu, 3 Jul 2025 11:31:50 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=95=E0=B8=B2?= =?UTF-8?q?=E0=B8=A1=20=E0=B9=80=E0=B8=97=E0=B8=AA=20=E0=B9=80=E0=B9=80?= =?UTF-8?q?=E0=B8=88=E0=B9=89=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/competency/Summary.vue | 11 +- src/modules/01_masterdata/views/Strategic.vue | 212 +++++++++--------- 2 files changed, 115 insertions(+), 108 deletions(-) diff --git a/src/modules/01_masterdata/components/competency/Summary.vue b/src/modules/01_masterdata/components/competency/Summary.vue index 8cb31d8cf..290d2f790 100644 --- a/src/modules/01_masterdata/components/competency/Summary.vue +++ b/src/modules/01_masterdata/components/competency/Summary.vue @@ -11,6 +11,11 @@ const $q = useQuasar(); const { messageError } = useCounterMixin(); const competencyTotal = ref([ + { + value: "total", + label: "ทั้งหมด", + color: "red", + }, { value: "HEAD", label: "สมรรถนะหลัก", @@ -26,11 +31,7 @@ const competencyTotal = ref([ label: "สมรรถนะประจำผู้บริหารกรุงเทพมหานคร", color: "blue", }, - { - value: "total", - label: "ทั้งหมด", - color: "red", - }, + { value: "DIRECTOR", label: diff --git a/src/modules/01_masterdata/views/Strategic.vue b/src/modules/01_masterdata/views/Strategic.vue index c5e393ed0..4bea10cf8 100644 --- a/src/modules/01_masterdata/views/Strategic.vue +++ b/src/modules/01_masterdata/views/Strategic.vue @@ -178,38 +178,43 @@ onMounted(() => { - +