install calendar
This commit is contained in:
parent
410671c397
commit
9de586cf3c
4 changed files with 1275 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<ScheduleBid />
|
||||
</TabPanel>
|
||||
<TabPanel header="Install" value="1">
|
||||
<JobsCalendar />
|
||||
<InstallsCalendar />
|
||||
</TabPanel>
|
||||
<TabPanel header="Service" value="2">
|
||||
<div class="coming-soon">
|
||||
|
|
@ -56,6 +56,7 @@ import TabPanel from 'primevue/tabpanel';
|
|||
import TabPanels from 'primevue/tabpanels';
|
||||
import ScheduleBid from '../calendar/bids/ScheduleBid.vue';
|
||||
import JobsCalendar from '../calendar/jobs/JobsCalendar.vue';
|
||||
import InstallsCalendar from '../calendar/jobs/InstallsCalendar.vue';
|
||||
import { useNotificationStore } from '../../stores/notifications-primevue';
|
||||
|
||||
const notifications = useNotificationStore();
|
||||
|
|
|
|||
1200
frontend/src/components/calendar/jobs/InstallsCalendar.vue
Normal file
1200
frontend/src/components/calendar/jobs/InstallsCalendar.vue
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue