comparison client/src/components/importoverview/LogDetail.vue @ 4407:8c0f2377ff47

import_overview: DSR review details added
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 17 Sep 2019 10:29:36 +0200
parents 4d0a09ae0828
children
comparison
equal deleted inserted replaced
4406:d336a78985ad 4407:8c0f2377ff47
106 }, 106 },
107 isSEC() { 107 isSEC() {
108 return this.kind === "SEC"; 108 return this.kind === "SEC";
109 }, 109 },
110 isSR() { 110 isSR() {
111 return this.kind === "SR"; 111 return this.kind === "SR" || this.kind === "DSR";
112 } 112 }
113 }, 113 },
114 methods: { 114 methods: {
115 toggleAdditionalInfo() { 115 toggleAdditionalInfo() {
116 if (this.entry.id === this.showAdditional) { 116 if (this.entry.id === this.showAdditional) {