This commit is contained in:
2020-07-01 21:45:13 +00:00
parent 5f95fe5e64
commit eb04e5e55c
6 changed files with 18 additions and 65 deletions

View File

@@ -1,24 +0,0 @@
<template>
<UnderConstruction />
</template>
<script>
import UnderConstruction from "../components/underconstruction.vue";
export default {
components: {
UnderConstruction
},
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-chart-line",
title: "Statistics",
helpUrl: "form-adm-statistics",
formData: {
ayaType: window.$gz.type.BizMetrics
}
});
}
};
</script>

View File

@@ -1,5 +1,10 @@
<template>
<UnderConstruction />
<div>
<h1>
//DASHBOARD - KPI / METRICS / CHARTS AND STUFF APPROPRIATE TO ROLE
</h1>
<UnderConstruction />
</div>
</template>
<script>