This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user