added login logic

This commit is contained in:
Sockenklaus
2021-10-20 01:22:42 +02:00
parent 2896902e12
commit 60618a5eee
10 changed files with 336 additions and 205 deletions

View File

@@ -43,7 +43,7 @@ div.modal.fade(
*/
const props = defineProps<{
modalId: string,
searchData : [],
searchData : any[],
searchFields? : string[],
sourceRow? : number,
minQueryLength? : number

View File

@@ -68,11 +68,11 @@ AddEmployeeModal(
import { watch, computed, ref, onMounted } from 'vue'
import type { Ref, ComputedRef } from 'vue'
import { storeToRefs } from 'pinia'
import { useEmployees } from '../stores/employees'
import { useEmployees } from '@/stores/employees'
import { addMonths, eachMonthOfInterval, subDays, addDays, format, getISODay, getYear, getMonth, getDaysInMonth } from 'date-fns'
import { de } from 'date-fns/locale'
import AddEmployeeModal from './AddEmployeeModal.vue'
import Coordinates from '../types/coordinates'
import AddEmployeeModal from '@/components/AddEmployeeModal.vue'
import Coordinates from '@/types/coordinates'
/*
* Props