Reports!
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<v-app>
|
||||
<gznotify ref="gznotify"></gznotify>
|
||||
<gzconfirm ref="gzconfirm"></gzconfirm>
|
||||
<!-- <gzreportselector ref="gzreportselector"></gzreportselector> -->
|
||||
<!-- Width of nav drawer set to allow widest translated text menu item to show which is spanish client service requests item -->
|
||||
<v-navigation-drawer
|
||||
v-if="isAuthenticated"
|
||||
@@ -230,12 +231,14 @@
|
||||
import ayaNovaVersion from "./api/ayanova-version";
|
||||
import gzconfirm from "./components/gzconfirm";
|
||||
import gznotify from "./components/gznotify";
|
||||
//import gzreportselector from "./components/report-selector-control";
|
||||
import openObjectHandler from "./api/open-object-handler";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
gzconfirm,
|
||||
gznotify
|
||||
//,gzreportselector
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user