This commit is contained in:
2021-06-18 19:26:39 +00:00
parent ccd706a966
commit 4245f77fe2
3 changed files with 38 additions and 21 deletions

View File

@@ -352,7 +352,7 @@ export default {
return this.obj.eventType == 9;
},
showDecValue() {
return this.obj.eventType == 23 || this.obj.eventType == 11; //service bank threshold
return this.obj.eventType == 23; // || this.obj.eventType == 11; //service bank threshold
},
showAyaType() {
switch (this.obj.eventType) {