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