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> <span class="text-caption">{{ $ay.t("WorkOrderStatus") }}</span>
</div> </div>
<template v-if="hasState"> <template>
<div class="mb-6 mb-sm-0"> <div class="mb-6 mb-sm-0">
<v-btn icon class="ml-n1 mr-2" @click="openDialog = true"> <v-btn icon class="ml-n1 mr-2" @click="openDialog = true">
<v-icon>{{ openIcon() }}</v-icon> <v-icon>{{ openIcon() }}</v-icon>
@@ -141,10 +141,6 @@ export default {
return { return {
selectedStatus: null, selectedStatus: null,
openDialog: false 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 //default
return { return {
id: 0, id: 0,
name: "NOT SET YET", name: "-",
active: true, active: true,
color: "#ffffff", //invisible color: "#ffffff", //invisible
completed: false, completed: false,