This commit is contained in:
2022-02-17 22:44:57 +00:00
parent 1675e82a1c
commit 9bf9127b2b
5 changed files with 9 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ export default {
role.Sales,
role.SalesRestricted
],
title: "Widgets by User type",
title: "TEST Bar chart widget",
type: "GzDashTestBarWidgetCountByUserType"
},
{
@@ -32,7 +32,7 @@ export default {
role.Sales,
role.SalesRestricted
],
title: "Widget monthly total",
title: "TEST Line chart widget",
type: "GzDashTestLineWidgetMonthlyTotalPrice"
},
{
@@ -43,7 +43,7 @@ export default {
role.Sales,
role.SalesRestricted
],
title: "WO calendar",
title: "TEST calendar widget",
type: "GzDashTestDayCalendarWidget"
}
],

View File

@@ -1,7 +1,7 @@
<template>
<gz-dash
icon="$ayiUser"
:add-url="'widgets/0'"
:add-url="'cust-customers/0'"
:update-frequency="58000"
:count="23"
v-bind="$attrs"

View File

@@ -1,7 +1,7 @@
<template>
<gz-dash
icon="$ayiTools"
:add-url="'widgets/0'"
:add-url="'svc-workorders/0'"
:update-frequency="0"
v-bind="$attrs"
@dash-refresh="loadData"

View File

@@ -1,7 +1,7 @@
<template>
<gz-dash
icon="$ayiSplotch"
:add-url="'widgets/0'"
:add-url="'cust-customers/0'"
:update-frequency="32000"
v-bind="$attrs"
@dash-refresh="loadData"

View File

@@ -1,6 +1,9 @@
<template>
<v-row v-if="formState.ready">
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
<v-col cols="12">
<h2>UNDER CONSTRUCTION / NOT IMPLEMENTED YET</h2>
</v-col>
<v-col v-if="showSelector" cols="12">
<v-dialog
v-model="showSelector"