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

View File

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