fix bug list circuits and transactionsenabled
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
<q-item-label><strong>{{ circuit.name }}</strong> <span v-if="circuit.subname"> ({{ circuit.subname }})</span>
|
||||
</q-item-label>
|
||||
<q-item-label v-if="circuit.longdescr" caption lines="3"><em>{{ circuit.longdescr }}</em></q-item-label>
|
||||
<q-item-label v-if="!circuit.transactionsEnabled" caption lines="1">
|
||||
<q-icon name="fas fa-lock">
|
||||
</q-icon></q-item-label>
|
||||
|
||||
<q-item-label lines="1">
|
||||
<CSaldo
|
||||
:account="account"
|
||||
|
||||
Reference in New Issue
Block a user