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( >
- +
ดูรายละเอียด