add gdtEntryType 2,3,5,6

This commit is contained in:
ogerly 2021-09-14 10:05:17 +02:00
parent 2539504ba8
commit fa32b35f55

View File

@ -88,6 +88,8 @@ export default {
}, },
methods: { methods: {
getLinesByType(givenType) { getLinesByType(givenType) {
if (givenType === 2 || givenType === 3 || givenType === 5 || givenType === 6) givenType = 1
const linesByType = { const linesByType = {
1: { 1: {
icon: 'heart', icon: 'heart',