mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
vue warnings removed
This commit is contained in:
parent
bd51b01d19
commit
1430e45fe8
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="content-footer">
|
<div class="content-footer">
|
||||||
<hr />
|
<hr />
|
||||||
<div align-v="center" class="mt-4 mb-4 justify-content-lg-between">
|
<b-row align-v="center" class="mt-4 mb-4 justify-content-lg-between">
|
||||||
<b-col>
|
<b-col>
|
||||||
<div class="copyright text-center text-lg-center text-muted">
|
<div class="copyright text-center text-lg-center text-muted">
|
||||||
{{ $t('footer.copyright.year', { year }) }}
|
{{ $t('footer.copyright.year', { year }) }}
|
||||||
@ -25,7 +25,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</b-col>
|
</b-col>
|
||||||
</div>
|
</b-row>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="contribution-list">
|
<div class="contribution-list">
|
||||||
<div class="mb-3" v-for="item in items" :key="item.id">
|
<div class="mb-3" v-for="item in items" :key="item.id + 'a'">
|
||||||
<contribution-list-item
|
<contribution-list-item
|
||||||
v-if="item.state === 'IN_PROGRESS'"
|
v-if="item.state === 'IN_PROGRESS'"
|
||||||
v-bind="item"
|
v-bind="item"
|
||||||
@ -12,12 +12,12 @@
|
|||||||
@update-state="updateState"
|
@update-state="updateState"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3" v-for="item in items" :key="item.id">
|
<div class="mb-3" v-for="item2 in items" :key="item2.id">
|
||||||
<contribution-list-item
|
<contribution-list-item
|
||||||
v-if="item.state !== 'IN_PROGRESS'"
|
v-if="item2.state !== 'IN_PROGRESS'"
|
||||||
v-bind="item"
|
v-bind="item2"
|
||||||
@closeAllOpenCollapse="$emit('closeAllOpenCollapse')"
|
@closeAllOpenCollapse="$emit('closeAllOpenCollapse')"
|
||||||
:contributionId="item.id"
|
:contributionId="item2.id"
|
||||||
:allContribution="allContribution"
|
:allContribution="allContribution"
|
||||||
@update-contribution-form="updateContributionForm"
|
@update-contribution-form="updateContributionForm"
|
||||||
@delete-contribution="deleteContribution"
|
@delete-contribution="deleteContribution"
|
||||||
|
|||||||
@ -9,8 +9,7 @@
|
|||||||
<b-card-title class="h2">{{ item.text }}</b-card-title>
|
<b-card-title class="h2">{{ item.text }}</b-card-title>
|
||||||
</b-card-body>
|
</b-card-body>
|
||||||
<b-card-footer class="bg-transparent">
|
<b-card-footer class="bg-transparent">
|
||||||
<b-card-text>
|
<b-row class="my-5">
|
||||||
<b-row>
|
|
||||||
<b-col cols="12" md="6" lg="6">
|
<b-col cols="12" md="6" lg="6">
|
||||||
<div class="h3">{{ item.date }}</div>
|
<div class="h3">{{ item.date }}</div>
|
||||||
</b-col>
|
</b-col>
|
||||||
@ -22,8 +21,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</b-col>
|
</b-col>
|
||||||
</b-row>
|
</b-row>
|
||||||
</b-card-text>
|
|
||||||
<b-card-tex>{{ item.extra }}</b-card-tex>
|
{{ item.extra }}
|
||||||
</b-card-footer>
|
</b-card-footer>
|
||||||
</b-card>
|
</b-card>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -27,7 +27,7 @@
|
|||||||
></avatar>
|
></avatar>
|
||||||
</div>
|
</div>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col align-self="stretch p-1">
|
<b-col class="p-1">
|
||||||
<b-row>
|
<b-row>
|
||||||
<b-col>
|
<b-col>
|
||||||
<div class="font-weight-bold">
|
<div class="font-weight-bold">
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<div class="transaction-slot-creation">
|
<div class="transaction-slot-creation">
|
||||||
<b-row @click="visible = !visible" class="align-items-center">
|
<b-row @click="visible = !visible" class="align-items-center">
|
||||||
<b-col cols="3" lg="2" md="2">
|
<b-col cols="3" lg="2" md="2">
|
||||||
<b-avatar icon="gift" variant="success" size="42"></b-avatar>
|
<b-avatar icon="gift" variant="success" :size="42"></b-avatar>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col>
|
<b-col>
|
||||||
<div class="font-weight-bold">{{ linkedUser.firstName }} {{ linkedUser.lastName }}</div>
|
<div class="font-weight-bold">{{ linkedUser.firstName }} {{ linkedUser.lastName }}</div>
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<div class="transaction-slot-link">
|
<div class="transaction-slot-link">
|
||||||
<b-row @click="showTransactionLinks()" class="align-items-center">
|
<b-row @click="showTransactionLinks()" class="align-items-center">
|
||||||
<b-col cols="3" lg="2" md="2">
|
<b-col cols="3" lg="2" md="2">
|
||||||
<b-avatar icon="link" variant="light" size="42"></b-avatar>
|
<b-avatar icon="link" variant="light" :size="42"></b-avatar>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col>
|
<b-col>
|
||||||
<div>{{ $t('gdd_per_link.links_sum') }}</div>
|
<div>{{ $t('gdd_per_link.links_sum') }}</div>
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
:username="username.username"
|
:username="username.username"
|
||||||
:initials="username.initials"
|
:initials="username.initials"
|
||||||
:color="'#fff'"
|
:color="'#fff'"
|
||||||
size="42"
|
:size="42"
|
||||||
></avatar>
|
></avatar>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col>
|
<b-col>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
:username="username.username"
|
:username="username.username"
|
||||||
:initials="username.initials"
|
:initials="username.initials"
|
||||||
:color="'#fff'"
|
:color="'#fff'"
|
||||||
size="42"
|
:size="42"
|
||||||
></avatar>
|
></avatar>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col>
|
<b-col>
|
||||||
|
|||||||
@ -78,7 +78,7 @@
|
|||||||
</b-row>
|
</b-row>
|
||||||
</b-col>
|
</b-col>
|
||||||
<!-- RightSide Desktop -->
|
<!-- RightSide Desktop -->
|
||||||
<b-col cols="3" class="d-none d-lg-block" align-self="stretch">
|
<b-col cols="3" class="d-none d-lg-block">
|
||||||
<right-side
|
<right-side
|
||||||
:transactions="transactions"
|
:transactions="transactions"
|
||||||
:transactionCount="transactionCount"
|
:transactionCount="transactionCount"
|
||||||
|
|||||||
@ -247,8 +247,9 @@ export default {
|
|||||||
this.items = listContributions.contributionList
|
this.items = listContributions.contributionList
|
||||||
if (this.items.find((item) => item.state === 'IN_PROGRESS')) {
|
if (this.items.find((item) => item.state === 'IN_PROGRESS')) {
|
||||||
this.tabIndex = 1
|
this.tabIndex = 1
|
||||||
// this.$route.hash = 'my'
|
if (this.$route.hash !== '#my') {
|
||||||
this.$router.push({ path: '#my' })
|
this.$router.push({ path: '#my' })
|
||||||
|
}
|
||||||
this.toastInfo('Du hast eine Rückfrage auf eine Contribution. Bitte beantworte diese!')
|
this.toastInfo('Du hast eine Rückfrage auf eine Contribution. Bitte beantworte diese!')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user