รายละเอียดงานที่ได้รับมอบหมาย (ส่วนนึง)

This commit is contained in:
STW_TTTY\stwtt 2024-05-31 16:00:09 +07:00
parent a05b234339
commit 244524c0ca
27 changed files with 5092 additions and 8 deletions

View file

@ -106,6 +106,14 @@ const items = ref<any>([
path: "/scholarship",
active: false,
},
{
icon: "mdi-school",
title: "ทดลองงาน",
sub: "รายการงานที่ได้รับมอบหมาย",
color: "teal-2",
path: "/probation",
active: false,
},
]);
onMounted(async () => {
await fetchlistInbox(1);
@ -430,7 +438,7 @@ const thaiOptions: Intl.DateTimeFormatOptions = {
@update:modal="updateModalDetail"
/>
</template>
<style>
<style scoped>
.my-menu-notread {
color: #1bb19b;
background: #ebf9f7 !important;