mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add props transactionLinkId
This commit is contained in:
parent
fe2d1caa10
commit
5c099cd01f
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user