add props transactionLinkId

This commit is contained in:
ogerly 2022-03-25 21:49:35 +01:00
parent fe2d1caa10
commit 5c099cd01f
2 changed files with 18 additions and 2 deletions

View File

@ -8,7 +8,11 @@
<b-row>
<!-- ICON -->
<b-col cols="1">
<type-icon color="gradido-global-color-accent" icon="arrow-right-circle" />
<type-icon
color="gradido-global-color-accent"
icon="arrow-right-circle"
:transactionLinkId="transactionLinkId"
/>
</b-col>
<b-col cols="11">
@ -86,6 +90,10 @@ export default {
type: Date,
required: true,
},
transactionLinkId: {
type: Number,
required: false,
},
},
data() {
return {

View File

@ -8,7 +8,11 @@
<b-row>
<!-- ICON -->
<b-col cols="1">
<type-icon color="text-danger" icon="arrow-left-circle" />
<type-icon
color="text-danger"
icon="arrow-left-circle"
:transactionLinkId="transactionLinkId"
/>
</b-col>
<b-col cols="11">
@ -87,6 +91,10 @@ export default {
type: Date,
required: true,
},
transactionLinkId: {
type: Number,
required: false,
},
},
data() {
return {