mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +00:00
show no table if items 0
This commit is contained in:
parent
d0b2a28ae2
commit
4692802d6f
@ -1,7 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="links-transaction-list-formular">
|
<div class="links-transaction-list-formular">
|
||||||
{{ $t('transactionlink.form_header') }}
|
<div v-if="items.length > 0">
|
||||||
<b-table striped hover :fields="fields" :items="items"></b-table>
|
{{ $t('transactionlink.form_header') }}
|
||||||
|
<b-table striped hover :fields="fields" :items="items"></b-table>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user