comparison client/src/components/importoverview/LogDetail.vue @ 4340:4d0a09ae0828

STSH: Review
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 06 Sep 2019 11:15:49 +0200
parents 45307cf4931a
children 8c0f2377ff47
comparison
equal deleted inserted replaced
4339:46d97ada1ce7 4340:4d0a09ae0828
100 }, 100 },
101 isBN() { 101 isBN() {
102 return this.kind === "BN" || this.kind === "UBN"; 102 return this.kind === "BN" || this.kind === "UBN";
103 }, 103 },
104 isST() { 104 isST() {
105 return this.kind === "ST"; 105 return this.kind === "STSH";
106 }, 106 },
107 isSEC() { 107 isSEC() {
108 return this.kind === "SEC"; 108 return this.kind === "SEC";
109 }, 109 },
110 isSR() { 110 isSR() {