fix
This commit is contained in:
parent
fca0b0593c
commit
675687ebc8
@ -140,4 +140,4 @@ defineProps({
|
|||||||
holidays: Object,
|
holidays: Object,
|
||||||
can: Object,
|
can: Object,
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
@ -61,8 +61,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { XIcon } from '@heroicons/vue/solid'
|
import { XIcon, ExclamationIcon } from '@heroicons/vue/solid'
|
||||||
import { ExclamationIcon } from '@heroicons/vue/solid'
|
|
||||||
|
|
||||||
defineProps({
|
defineProps({
|
||||||
errors: Object,
|
errors: Object,
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Dostępne dni urlopu dla użytkowników
|
Dostępne dni urlopu dla użytkowników
|
||||||
</h2>
|
</h2>
|
||||||
<p class="mt-1 text-sm text-gray-500">
|
<p class="mt-1 text-sm text-gray-500">
|
||||||
Zarządzaj dostepnymi dniami urlopów dla użytkowników.
|
Zarządzaj dostępnymi dniami urlopów dla użytkowników.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -249,7 +249,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref } from 'vue'
|
import { computed, ref } from 'vue'
|
||||||
import {
|
import {
|
||||||
Dialog,
|
Dialog,
|
||||||
DialogOverlay,
|
DialogOverlay,
|
||||||
@ -271,7 +271,6 @@ import {
|
|||||||
CalendarIcon, DocumentTextIcon,
|
CalendarIcon, DocumentTextIcon,
|
||||||
} from '@heroicons/vue/outline'
|
} from '@heroicons/vue/outline'
|
||||||
import { CheckIcon, ChevronDownIcon } from '@heroicons/vue/solid'
|
import { CheckIcon, ChevronDownIcon } from '@heroicons/vue/solid'
|
||||||
import { computed } from 'vue'
|
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
auth: Object,
|
auth: Object,
|
||||||
|
@ -58,4 +58,4 @@ const props = defineProps({
|
|||||||
const prevLink = computed(() => props.pagination.links.at(0)?.url)
|
const prevLink = computed(() => props.pagination.links.at(0)?.url)
|
||||||
const nextLink = computed(() => props.pagination.links.at(-1)?.url)
|
const nextLink = computed(() => props.pagination.links.at(-1)?.url)
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
@ -39,4 +39,4 @@
|
|||||||
defineProps({
|
defineProps({
|
||||||
absences: Object,
|
absences: Object,
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
@ -73,4 +73,4 @@ defineProps({
|
|||||||
})
|
})
|
||||||
|
|
||||||
const { findType } = useVacationTypeInfo()
|
const { findType } = useVacationTypeInfo()
|
||||||
</script>
|
</script>
|
||||||
|
@ -43,4 +43,4 @@
|
|||||||
defineProps({
|
defineProps({
|
||||||
holidays: Object,
|
holidays: Object,
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
@ -59,4 +59,4 @@ defineProps({
|
|||||||
})
|
})
|
||||||
|
|
||||||
const { findType } = useVacationTypeInfo()
|
const { findType } = useVacationTypeInfo()
|
||||||
</script>
|
</script>
|
||||||
|
@ -71,4 +71,4 @@ import VacationChart from '@/Shared/VacationChart'
|
|||||||
defineProps({
|
defineProps({
|
||||||
stats: Object,
|
stats: Object,
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
@ -32,4 +32,4 @@
|
|||||||
defineProps({
|
defineProps({
|
||||||
user: Object,
|
user: Object,
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user