|
@@ -9,6 +9,7 @@
|
|
|
<DashboardHeaderBar :data="headerBar" />
|
|
<DashboardHeaderBar :data="headerBar" />
|
|
|
<DashboardSummaryInfos :data="summaryInfos" />
|
|
<DashboardSummaryInfos :data="summaryInfos" />
|
|
|
<DashboardScrollAreaSchedules />
|
|
<DashboardScrollAreaSchedules />
|
|
|
|
|
+ <DashboardPendingCustomSchedules />
|
|
|
<DashboardNextSchedules v-if="nextSchedules.length > 0" :data="nextSchedules" />
|
|
<DashboardNextSchedules v-if="nextSchedules.length > 0" :data="nextSchedules" />
|
|
|
<DashboardLastDoneSchedules v-if="lastDoneSchedules.length > 0" :data="lastDoneSchedules" />
|
|
<DashboardLastDoneSchedules v-if="lastDoneSchedules.length > 0" :data="lastDoneSchedules" />
|
|
|
<DashboardFavoriteProviders v-if="favoriteProviders.length > 0" :data="favoriteProviders" />
|
|
<DashboardFavoriteProviders v-if="favoriteProviders.length > 0" :data="favoriteProviders" />
|
|
@@ -26,6 +27,7 @@ import DashboardLastDoneSchedules from 'src/components/dashboard/DashboardLastDo
|
|
|
import DashboardFavoriteProviders from 'src/components/dashboard/DashboardFavoriteProviders.vue';
|
|
import DashboardFavoriteProviders from 'src/components/dashboard/DashboardFavoriteProviders.vue';
|
|
|
import DashboardProvidersClose from 'src/components/dashboard/DashboardProvidersClose.vue';
|
|
import DashboardProvidersClose from 'src/components/dashboard/DashboardProvidersClose.vue';
|
|
|
import FinalSuccesModal from '../schedules/components/FinalSuccesModal.vue';
|
|
import FinalSuccesModal from '../schedules/components/FinalSuccesModal.vue';
|
|
|
|
|
+import DashboardPendingCustomSchedules from 'src/pages/dashboard/components/DashboardPendingCustomSchedules.vue';
|
|
|
import { useRouter } from 'vue-router'
|
|
import { useRouter } from 'vue-router'
|
|
|
import { onMounted, ref } from 'vue';
|
|
import { onMounted, ref } from 'vue';
|
|
|
import { dadosDashboard } from 'src/api/dashboard';
|
|
import { dadosDashboard } from 'src/api/dashboard';
|