comparison client/src/components/importoverview/Filters.vue @ 2593:956b230c6062

overview2 WIP
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 12 Mar 2019 10:42:27 +0100
parents 5295a182b4a4
children 3c04c8e46bd4
comparison
equal deleted inserted replaced
2592:5472a5be09c2 2593:956b230c6062
54 "pending", 54 "pending",
55 "accepted", 55 "accepted",
56 "declined", 56 "declined",
57 "warning" 57 "warning"
58 ].filter(x => this[x]); 58 ].filter(x => this[x]);
59 this.$store.commit("imports/setFilers", filters); 59 this.$store.commit("imports/setFilters", filters);
60 } 60 }
61 }, 61 },
62 computed: { 62 computed: {
63 pendingStyle() { 63 pendingStyle() {
64 return { 64 return {