แก้ไขชื่อเมนู
This commit is contained in:
parent
4a36ec8628
commit
dce124735a
4 changed files with 6 additions and 6 deletions
|
|
@ -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