เพิ่มเมนู KPI

This commit is contained in:
Warunee Tamkoo 2024-04-04 14:14:25 +07:00
parent f1243f02cc
commit cf66659b9a
6 changed files with 107 additions and 0 deletions

View file

@ -81,6 +81,14 @@ const items = ref<any>([
path: "/appeal-complain",
active: false,
},
{
icon: "mdi-account-box-outline",
title: "KPI",
sub: "ประเมินผลการปฏิบัติหน้าที่ราชการ",
color: "red-2",
path: "/KPI",
active: false,
},
]);
onMounted(async () => {
await fetchlistInbox(1);