This commit is contained in:
2021-04-27 23:45:04 +00:00
parent f981ab35b1
commit bb9cdbdb07
2 changed files with 2 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
<span class="text-caption">{{ $ay.t("WorkOrderStatus") }}</span>
</div>
<template v-if="hasState">
<template>
<div class="mb-6 mb-sm-0">
<v-btn icon class="ml-n1 mr-2" @click="openDialog = true">
<v-icon>{{ openIcon() }}</v-icon>
@@ -141,10 +141,6 @@ export default {
return {
selectedStatus: null,
openDialog: false
// ,
// timeZoneName: window.$gz.locale.getResolvedTimeZoneName(),
// languageName: window.$gz.locale.getResolvedLanguage(),
// hour12: window.$gz.locale.getHour12()
};
},

View File

@@ -304,7 +304,7 @@ export default {
//default
return {
id: 0,
name: "NOT SET YET",
name: "-",
active: true,
color: "#ffffff", //invisible
completed: false,