Fix some submit issues.

This commit is contained in:
James Cole
2021-04-09 07:03:19 +02:00
parent 94d9b78a33
commit e614427925
9 changed files with 17 additions and 11 deletions

View File

@@ -23,7 +23,7 @@
<div v-if="visible" class="text-xs d-none d-lg-block d-xl-block">
<span v-if="0 === this.index">{{ $t('firefly.' + this.direction + '_account') }}</span>
<span v-if="this.index > 0" class="text-warning">{{ $t('firefly.first_split_overrules_' + this.direction) }}</span>
<br><span>{{ selectedAccount }}</span>
<!-- <br><span>{{ selectedAccount }}</span> -->
</div>
<div v-if="!visible" class="text-xs d-none d-lg-block d-xl-block">
&nbsp;