This commit is contained in:
2019-12-17 16:14:14 +00:00
parent 19f7a3c1f1
commit 99839b650d
2 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
<template v-if="!item.route"> <template v-if="!item.route">
<v-list-group <v-list-group
:prepend-icon="'fa-' + item.icon" :prepend-icon="'fa-' + item.icon"
value="false" :value="false"
:key="item.key" :key="item.key"
> >
<template v-slot:activator> <template v-slot:activator>
@@ -34,7 +34,7 @@
<v-list-group <v-list-group
no-action no-action
sub-group sub-group
value="false" :value="false"
:key="subitem.key" :key="subitem.key"
> >
<!-- Second level activator --> <!-- Second level activator -->
@@ -211,7 +211,7 @@
</template> </template>
<script> <script>
/* xeslint-disable */ /* Xeslint-disable */
import aboutInfo from "./api/aboutinfo"; import aboutInfo from "./api/aboutinfo";
import gzconfirm from "./components/gzconfirm"; import gzconfirm from "./components/gzconfirm";
import gznotify from "./components/gznotify"; import gznotify from "./components/gznotify";

View File

@@ -178,7 +178,7 @@ export default function initialize() {
}); });
//QUOTE GROUP SUBITEMS //QUOTE GROUP SUBITEMS
subsub = []; subSub = [];
//QUOTE LIST //QUOTE LIST
subSub.push({ subSub.push({
title: window.$gz.locale.get("WorkorderQuoteList"), title: window.$gz.locale.get("WorkorderQuoteList"),