แก้ไขชื่อเมนู
This commit is contained in:
parent
4a36ec8628
commit
dce124735a
4 changed files with 6 additions and 6 deletions
|
|
@ -435,13 +435,13 @@ const menuList = readonly<any[]>([
|
|||
},
|
||||
{
|
||||
key: 11.3,
|
||||
label: "สอบสวนความผิดวินัย",
|
||||
label: "สอบสวนความผิดทางวินัย",
|
||||
path: "disciplineDisciplinary",
|
||||
role: "discipline",
|
||||
},
|
||||
{
|
||||
key: 11.4,
|
||||
label: "สรุปผลการพิจารณาทางวินัย",
|
||||
label: "สรุปผลการพิจารณาความผิดทางวินัย",
|
||||
path: "disciplineResult",
|
||||
role: "discipline",
|
||||
},
|
||||
|
|
@ -459,7 +459,7 @@ const menuList = readonly<any[]>([
|
|||
// },
|
||||
{
|
||||
key: 11.5,
|
||||
label: "อุทธรณ์ร้องทุกข์",
|
||||
label: "อุทธรณ์/ร้องทุกข์",
|
||||
path: "appealComplain",
|
||||
role: "discipline",
|
||||
},
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ onMounted(async () => {
|
|||
|
||||
<template>
|
||||
<div class="toptitle text-dark col-12 row items-center">
|
||||
รายการสรุปผลการพิจารณาทางวินัย
|
||||
รายการสรุปผลการพิจารณาความผิดทางวินัย
|
||||
</div>
|
||||
<q-card flat bordered class="col-12 q-mt-sm q-pt-sm q-pa-md">
|
||||
<div>
|
||||
|
|
|
|||
|
|
@ -273,7 +273,7 @@ onMounted(async () => {
|
|||
|
||||
<template>
|
||||
<div class="toptitle text-dark col-12 row items-center">
|
||||
รายการอุทธรณ์ร้องทุกข์
|
||||
รายการอุทธรณ์/ร้องทุกข์
|
||||
</div>
|
||||
<q-card flat bordered class="col-12 q-mt-sm q-pa-md">
|
||||
<div class="row q-mb-sm">
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ export const useDisciplineMainStore = defineStore("disciplineMainStore", () => {
|
|||
case "SEND_DISCIPLINARY":
|
||||
return "ส่งไปสอบสวน";
|
||||
case "DONE":
|
||||
return "ส่งไปสรุปผลการพิจารณาทางวินัย";
|
||||
return "ส่งไปสรุปผลการพิจารณาความผิดทางวินัย";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue