updated probation response
This commit is contained in:
parent
fd0a109cc4
commit
43dec2d05f
2 changed files with 6 additions and 5 deletions
|
|
@ -30,7 +30,8 @@ const idInboxActive = ref<string>(); // Id ข้อความที่เล
|
|||
|
||||
const filteredItems = computed(() =>
|
||||
items.value.filter(
|
||||
(item) => item.title !== "แบบสำรวจความคิดเห็น" || dataStore.isProbation
|
||||
(item) =>
|
||||
item.title !== "ทดลองปฏิบัติหน้าที่ราชการ" || dataStore.isProbation
|
||||
)
|
||||
);
|
||||
|
||||
|
|
@ -125,8 +126,8 @@ const items = ref<MenuMainList[]>([
|
|||
},
|
||||
{
|
||||
icon: "mdi-poll",
|
||||
title: "แบบสำรวจความคิดเห็น",
|
||||
sub: "แบบสำรวจความคิดเห็นการทดลองปฏิบัติหน้าที่ราชการ",
|
||||
title: "ทดลองปฏิบัติหน้าที่ราชการ",
|
||||
sub: "ผลการทดลองปฏิบัติหน้าที่ราชการและแบบสำรวจความคิดเห็น",
|
||||
color: "yellow-3",
|
||||
path: "/probation-report",
|
||||
active: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue