From 56fae384bfc4af640bb01d471872a2aac7b1ed43 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 6 Aug 2024 11:13:31 +0700 Subject: [PATCH 1/3] =?UTF-8?q?=E0=B8=AD=E0=B8=B1=E0=B8=95=E0=B8=A3?= =?UTF-8?q?=E0=B8=B2=E0=B8=81=E0=B8=B3=E0=B8=A5=E0=B8=B1=E0=B8=87=E0=B8=A5?= =?UTF-8?q?=E0=B8=B9=E0=B8=81=E0=B8=88=E0=B9=89=E0=B8=B2=E0=B8=87=E0=B8=9B?= =?UTF-8?q?=E0=B8=A3=E0=B8=B0=E0=B8=88=E0=B8=B3=20=E0=B8=AF=20=3D>=20?= =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20btn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/TreeTable.vue | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/modules/16_positionEmployee/components/TreeTable.vue b/src/modules/16_positionEmployee/components/TreeTable.vue index f144c02cf..403a6581d 100644 --- a/src/modules/16_positionEmployee/components/TreeTable.vue +++ b/src/modules/16_positionEmployee/components/TreeTable.vue @@ -85,6 +85,12 @@ const rowId = ref(""); const actionType = ref(""); /** ListMenu Table*/ const listMenu = ref([ + { + label: "ย้ายตำแหน่ง", + icon: "mdi-cursor-move", + type: "MOVE", + color: "blue-10", + }, { label: "แก้ไข", icon: "edit", @@ -97,12 +103,6 @@ const listMenu = ref([ type: "DEL", color: "red", }, - { - label: "ย้ายตำแหน่ง", - icon: "mdi-cursor-move", - type: "MOVE", - color: "blue-10", - }, ]); /** columns*/ @@ -447,12 +447,12 @@ watch( checkPermission($route)?.attrIsUpdate || checkPermission($route)?.attrIsDelete " + class="q-pa-none q-ml-xs" flat dense - icon="mdi-dots-vertical" - class="q-pa-none q-ml-xs" - color="grey-13" - size="12px" + color="secondary" + icon="mdi-dots-horizontal-circle-outline" + round > @@ -470,7 +470,7 @@ watch(
เลือกคนครอง
@@ -490,7 +490,7 @@ watch(
ลบคนครอง
@@ -526,7 +526,7 @@ watch(
{{ item.label }}
@@ -541,7 +541,7 @@ watch( >
- +
ดูรายละเอียด
From 037fa1d6b07bd23c4a5449807333d3d269915bd6 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Tue, 6 Aug 2024 14:14:47 +0700 Subject: [PATCH 2/3] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=8A?= =?UTF-8?q?=E0=B8=B7=E0=B9=88=E0=B9=88=E0=B8=AD=E0=B8=81=E0=B8=B2=E0=B8=A3?= =?UTF-8?q?=E0=B8=A8=E0=B8=B6=E0=B8=81=E0=B8=A9=E0=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/detail/PersonalInformation/05_Education.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/04_registryPerson/components/detail/PersonalInformation/05_Education.vue b/src/modules/04_registryPerson/components/detail/PersonalInformation/05_Education.vue index 0202ea06a..8f232367f 100644 --- a/src/modules/04_registryPerson/components/detail/PersonalInformation/05_Education.vue +++ b/src/modules/04_registryPerson/components/detail/PersonalInformation/05_Education.vue @@ -1225,7 +1225,7 @@ onMounted(async () => { class="inputgreen" :model-value="date2Thai(educationData.finishDate)" hide-bottom-space - :label="`${'วันที่สำเร็จการศึกษาs'}`" + :label="`${'วันที่สำเร็จการศึกษา'}`" > diff --git a/src/modules/02_organization/components/TreeTable.vue b/src/modules/02_organization/components/TreeTable.vue index c8fabea3c..60efb3d94 100644 --- a/src/modules/02_organization/components/TreeTable.vue +++ b/src/modules/02_organization/components/TreeTable.vue @@ -571,7 +571,7 @@ watch(