This commit is contained in:
@@ -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()
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
@@ -304,7 +304,7 @@ export default {
|
||||
//default
|
||||
return {
|
||||
id: 0,
|
||||
name: "NOT SET YET",
|
||||
name: "-",
|
||||
active: true,
|
||||
color: "#ffffff", //invisible
|
||||
completed: false,
|
||||
|
||||
Reference in New Issue
Block a user