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 {

View File

@@ -77,7 +77,11 @@
:error-box-message="formState.errorBoxMessage"
></gz-error>
</v-col>
<v-col cols="12" md="7">
<span class="text-h5 text-md-h3 red--text"
>BETA TEST - NOT FOR PRODUCTION USE</span
>
</v-col>
<v-col v-if="showEvalUsers == true" cols="12" md="7">
<v-select
v-model="selectedTrialUserId"
@@ -93,11 +97,7 @@
>
</v-select>
</v-col>
<v-col cols="12">
<span class="text-sm-h5 text-md-h3 red--text"
>BETA TEST - NOT FOR PRODUCTION USE</span
>
</v-col>
<v-col cols="12" md="7">
<v-text-field
id="username"