This commit is contained in:
2022-03-01 20:01:52 +00:00
parent 0d78a6999d
commit 5e8c082d11

View File

@@ -88,6 +88,8 @@ import GzDashTodayReminders from "../components/dash-today-reminders.vue";
import GzDashTodayReviews from "../components/dash-today-reviews.vue"; import GzDashTodayReviews from "../components/dash-today-reviews.vue";
import GzDashLaborHoursPersonalLine from "../components/dash-labor-hours-personal-line.vue"; import GzDashLaborHoursPersonalLine from "../components/dash-labor-hours-personal-line.vue";
import GzDashLaborHoursPersonalBar from "../components/dash-labor-hours-personal-bar.vue"; import GzDashLaborHoursPersonalBar from "../components/dash-labor-hours-personal-bar.vue";
import GzDashLaborHoursEveryoneLine from "../components/dash-labor-hours-everyone-line.vue";
import GzDashLaborHoursEveryoneBar from "../components/dash-labor-hours-everyone-bar.vue";
import GzDashWorkorderUnscheduledOpenList from "../components/dash-workorder-unscheduled-open-list.vue"; import GzDashWorkorderUnscheduledOpenList from "../components/dash-workorder-unscheduled-open-list.vue";
import GzDashCSROpenList from "../components/dash-csr-open-list"; import GzDashCSROpenList from "../components/dash-csr-open-list";
@@ -99,7 +101,9 @@ export default {
GzDashTodayReminders, GzDashTodayReminders,
GzDashTodayReviews, GzDashTodayReviews,
GzDashWorkorderUnscheduledOpenList, GzDashWorkorderUnscheduledOpenList,
GzDashCSROpenList GzDashCSROpenList,
GzDashLaborHoursEveryoneLine,
GzDashLaborHoursEveryoneBar
}, },
data() { data() {
return { return {