auto
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user