This commit is contained in:
@@ -91,7 +91,8 @@ import GzDashLaborHoursPersonalBar from "../components/dash-labor-hours-personal
|
||||
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 GzDashCSROpenList from "../components/dash-csr-open-list";
|
||||
import GzDashCSROpenList from "../components/dash-csr-open-list.vue";
|
||||
import GzDashWorkorderOverduePersonalList from "../components/dash-workorder-overdue-personal-list.vue";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
@@ -103,7 +104,8 @@ export default {
|
||||
GzDashWorkorderUnscheduledOpenList,
|
||||
GzDashCSROpenList,
|
||||
GzDashLaborHoursEveryoneLine,
|
||||
GzDashLaborHoursEveryoneBar
|
||||
GzDashLaborHoursEveryoneBar,
|
||||
GzDashWorkorderOverduePersonalList
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user