This commit is contained in:
2022-02-27 20:14:27 +00:00
parent 9ef4f33604
commit 3429bee1e4
3 changed files with 3 additions and 29 deletions

View File

@@ -59,7 +59,7 @@ export default {
roles: [role.Tech, role.TechRestricted],
title: "WorkOrderItemLaborServiceRateQuantity",
icon: "$ayiChartLine",
type: "GzDashLaborHoursPersonal",
type: "GzDashLaborHoursPersonalLine",
scheduleableUserOnly: true,
singleOnly: false,
settings: {
@@ -87,32 +87,6 @@ export default {
color: "#00205B"
}
}
// {
// roles: [
// role.BizAdmin,
// role.BizAdminRestricted,
// role.Sales,
// role.SalesRestricted
// ],
// title: "TEST Bar chart widget",
// type: "GzDashTestBarWidgetCountByUserType",
// scheduleableUserOnly: false,
// singleOnly: false,
// settings: { customTitle: "my custom title" }
// },
// {
// roles: [
// role.BizAdmin,
// role.BizAdminRestricted,
// role.Sales,
// role.SalesRestricted
// ],
// title: "TEST Line chart widget",
// type: "GzDashTestLineWidgetMonthlyTotalPrice",
// scheduleableUserOnly: false,
// singleOnly: true,
// settings: {}
// }
],
availableItems() {
const ret = [];

View File

@@ -90,12 +90,12 @@ import GzDashTestLineWidgetMonthlyTotalPrice from "../components/dash-test-line-
import GzDashTodayScheduledWo from "../components/dash-today-scheduled-wo.vue";
import GzDashTodayReminders from "../components/dash-today-reminders.vue";
import GzDashTodayReviews from "../components/dash-today-reviews.vue";
import GzDashLaborHoursPersonal from "../components/dash-labor-hours-personal.vue";
import GzDashLaborHoursPersonalLine from "../components/dash-labor-hours-personal-line.vue";
import GzDashLaborHoursPersonalBar from "../components/dash-labor-hours-personal-bar.vue";
export default {
components: {
GzDashLaborHoursPersonal,
GzDashLaborHoursPersonalLine,
GzDashLaborHoursPersonalBar,
GzDashTestBarWidgetCountByUserType,
GzDashTestLineWidgetMonthlyTotalPrice,