Fixed Calendar & Timeline

Fixed AbsenceRequest Manual Selects
This commit is contained in:
2024-12-31 23:40:12 +01:00
parent 4ef7d410f4
commit 6989dd61f7
4 changed files with 326 additions and 87 deletions

View File

@@ -414,7 +414,7 @@ const changeActivePhase = async (key) => {
<UTable
:rows="props.item.createddocuments"
:columns="[{key:'documentNumber',label: 'Nummer'},{key:'documentDate',label: 'Datum'},{key:'type',label: 'Typ'},{key:'state',label: 'Status'}]"
:columns="[{key:'state',label: 'Status'},{key:'documentNumber',label: 'Nummer'},{key:'documentDate',label: 'Datum'},{key:'type',label: 'Typ'}]"
@select="(i) => router.push(i.state === 'Entwurf' ? `/createDocument/edit/${i.id}`:`/createDocument/show/${i.id}`)"
>
<template #documentDate-data="{row}">

View File

@@ -167,7 +167,7 @@ const links = computed(() => {
children: [
... role.checkRight("vehicles") ? [{
label: "Fahrzeuge",
to: "/vehicles",
to: "/standardEntity/vehicles",
icon: "i-heroicons-truck"
}] : [],{
label: "Fahrten",