This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -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"),
|
||||||
|
|||||||
Reference in New Issue
Block a user