diff --git a/src/modules/01_masterdata/components/competency/Summary.vue b/src/modules/01_masterdata/components/competency/Summary.vue index 490cb81a4..389e32562 100644 --- a/src/modules/01_masterdata/components/competency/Summary.vue +++ b/src/modules/01_masterdata/components/competency/Summary.vue @@ -81,7 +81,7 @@ onMounted(() => { class="bg-white rounded-borders q-pa-sm" style="border: 1px solid #ededed" > -
+
{{ i.label }} @@ -91,3 +91,32 @@ onMounted(() => {
+ diff --git a/src/modules/11_discipline/components/1_Complaint/Form.vue b/src/modules/11_discipline/components/1_Complaint/Form.vue index aa7d24590..547013dbe 100644 --- a/src/modules/11_discipline/components/1_Complaint/Form.vue +++ b/src/modules/11_discipline/components/1_Complaint/Form.vue @@ -1045,7 +1045,7 @@ function filterOptionFnAgency(val: string, update: Function) { dense color="red" class="q-ml-sm" - icon="mdi-delete-outline" + icon="mdi-delete" @click="deleteFile(data.id)" >ลบไฟล์ 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.label }} - + @@ -967,7 +963,7 @@ onMounted(async () => {
{