diff --git a/src/modules/11_discipline/components/3_InvestigateDisciplinary/EditPage.vue b/src/modules/11_discipline/components/3_InvestigateDisciplinary/EditPage.vue index c2a8bb262..c94e384c0 100644 --- a/src/modules/11_discipline/components/3_InvestigateDisciplinary/EditPage.vue +++ b/src/modules/11_discipline/components/3_InvestigateDisciplinary/EditPage.vue @@ -37,7 +37,7 @@ const store = useInvestigateDisStore(); const { dialogConfirm, success, messageError, showLoader, hideLoader } = mixin; const router = useRouter(); const route = useRoute(); - +const checkRoutePermisson = ref(route.name == "disciplineDisciplinaryDetail"); const modalPopup = ref(false); const id = ref(route.params.id as string); const data = ref(); @@ -396,9 +396,9 @@ onMounted(async () => { class="q-mr-sm" @click="$router.push(`/discipline/disciplinary`)" /> -
แก้ไขการสอบสวนความผิดทางวินัย
+
{{ checkRoutePermisson ? 'รายละเอียดการสอบสวนความผิดทางวินัย':'แก้ไขการสอบสวนความผิดทางวินัย'}}
-
+
( + route.name == "disciplineDisciplinaryDetail" +); const organizationOption = ref([]); /** query string*/ const page = ref(1); @@ -684,7 +686,6 @@ function deletePerson(id: string) { mainStore.rowsAdd = updatedRows; } - /** * function ค้นหาข้อมูลใน option * @param val คำค้นหา @@ -698,7 +699,6 @@ function filterOptionFn(val: string, update: Function) { }); } - /** * function ค้นหาข้อมูลใน option * @param val คำค้นหา @@ -712,7 +712,6 @@ function filterOptionFnOrganization(val: string, update: Function) { }); } - /** * function ค้นหาข้อมูลใน option * @param val คำค้นหา @@ -726,7 +725,6 @@ function filterOptionFnFaultLevel(val: string, update: Function) { }); } - /** * function ค้นหาข้อมูลใน option * @param val คำค้นหา @@ -770,7 +768,7 @@ onMounted(async () => {
{ id="organizationId" > { > ผู้ถูกร้องเรียน { > ดูข้อมูลในทะเบียนประวัติ + ลบผู้ถูกร้องเรียน { {{ col.value }}
- - ลบผู้ถูกร้องเรียน - @@ -967,7 +963,7 @@ onMounted(async () => {
{