From b2da13b3cbd4da2335acd2c978e2d084fe94126f Mon Sep 17 00:00:00 2001 From: Paolo Possanzini Date: Tue, 27 Mar 2018 16:21:51 +0200 Subject: [PATCH] auto --- Step/wwwroot/src/components/under-the-hood.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Step/wwwroot/src/components/under-the-hood.vue b/Step/wwwroot/src/components/under-the-hood.vue index d5b71968..094b1ee3 100644 --- a/Step/wwwroot/src/components/under-the-hood.vue +++ b/Step/wwwroot/src/components/under-the-hood.vue @@ -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: {