รายละเอียดงานที่ได้รับมอบหมาย (ส่วนนึง)
This commit is contained in:
parent
a05b234339
commit
244524c0ca
27 changed files with 5092 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue