This commit is contained in:
Paolo Possanzini
2018-03-27 16:21:51 +02:00
parent f862a5da4a
commit b2da13b3cb
@@ -70,6 +70,11 @@ export default {
},
showAuto: function(){
let auto = this.$store.getters.getNcSoftKeyStatus(1);
let mdi = this.$store.getters.getNcSoftKeyStatus(2);
let edit = this.$store.getters.getNcSoftKeyStatus(3);
return ((auto && auto.Value) || (mdi && mdi.Value) || (edit && edit.Value));
return false;
}
},
methods: {