updated probation response

This commit is contained in:
Warunee Tamkoo 2024-11-04 11:02:01 +07:00
parent fd0a109cc4
commit 43dec2d05f
2 changed files with 6 additions and 5 deletions

View file

@ -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,