mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add gdtEntryType 2,3,5,6
This commit is contained in:
parent
2539504ba8
commit
fa32b35f55
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user