comparison client/src/components/Statistics.vue @ 3214:861329d535b2

statistics: guarg for los
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 09 May 2019 11:03:21 +0200
parents ba7bc3740fb3
children 2dab20bed284
comparison
equal deleted inserted replaced
3213:b3a1ecdda797 3214:861329d535b2
222 isComplete() { 222 isComplete() {
223 return ( 223 return (
224 this.from == null || 224 this.from == null ||
225 this.to == null || 225 this.to == null ||
226 this.frequency == null || 226 this.frequency == null ||
227 this.los == null ||
227 this.selectedFairwayAvailabilityFeature == null 228 this.selectedFairwayAvailabilityFeature == null
228 ); 229 );
229 }, 230 },
230 type: { 231 type: {
231 get() { 232 get() {