diff --git a/src/modules/05_placement/components/probation/FormAppoint/FormAppoint.vue b/src/modules/05_placement/components/probation/FormAppoint/FormAppoint.vue index a3ad0be0b..c70ded540 100644 --- a/src/modules/05_placement/components/probation/FormAppoint/FormAppoint.vue +++ b/src/modules/05_placement/components/probation/FormAppoint/FormAppoint.vue @@ -35,6 +35,7 @@ const checkRoutePermisson = ref( const id = ref(route.params.id as string); const profileId = ref(""); const isSave = ref(false); +const isDirector = ref(false); const topic = ref(""); const status = ref(""); @@ -357,6 +358,9 @@ async function getData() { .finally(() => {}); } +function onDirector() { +} + watch( () => modal.value, () => { @@ -528,7 +532,7 @@ onMounted(async () => {
-
+
{ >
+ + แสดงเฉพาะผู้อำนวยการ/หัวหน้า +