This commit is contained in:
2022-03-02 15:49:01 +00:00
parent 629bfb366f
commit bc6ff4168c
6 changed files with 216 additions and 124 deletions

View File

@@ -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 {