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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user