{{ openIcon() }}
@@ -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()
};
},
diff --git a/ayanova/src/views/svc-workorder.vue b/ayanova/src/views/svc-workorder.vue
index dbb32e33..e5876b39 100644
--- a/ayanova/src/views/svc-workorder.vue
+++ b/ayanova/src/views/svc-workorder.vue
@@ -304,7 +304,7 @@ export default {
//default
return {
id: 0,
- name: "NOT SET YET",
+ name: "-",
active: true,
color: "#ffffff", //invisible
completed: false,