mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 11:14:06 +00:00
Re-order expense fields
This commit is contained in:
@@ -147,6 +147,7 @@
|
|||||||
@input="v$.currentExpense.amount.$touch()"
|
@input="v$.currentExpense.amount.$touch()"
|
||||||
/>
|
/>
|
||||||
</BaseInputGroup>
|
</BaseInputGroup>
|
||||||
|
|
||||||
<BaseInputGroup
|
<BaseInputGroup
|
||||||
:label="$t('expenses.currency')"
|
:label="$t('expenses.currency')"
|
||||||
:content-loading="isFetchingInitialData"
|
:content-loading="isFetchingInitialData"
|
||||||
@@ -229,6 +230,9 @@
|
|||||||
</BaseMultiselect>
|
</BaseMultiselect>
|
||||||
</BaseInputGroup>
|
</BaseInputGroup>
|
||||||
|
|
||||||
|
</BaseInputGrid>
|
||||||
|
|
||||||
|
<BaseInputGrid class="mt-4">
|
||||||
<BaseInputGroup
|
<BaseInputGroup
|
||||||
:content-loading="isFetchingInitialData"
|
:content-loading="isFetchingInitialData"
|
||||||
:label="$t('expenses.note')"
|
:label="$t('expenses.note')"
|
||||||
@@ -289,6 +293,7 @@
|
|||||||
</BaseButton>
|
</BaseButton>
|
||||||
</div>
|
</div>
|
||||||
</BaseInputGrid>
|
</BaseInputGrid>
|
||||||
|
|
||||||
</BaseCard>
|
</BaseCard>
|
||||||
</form>
|
</form>
|
||||||
</BasePage>
|
</BasePage>
|
||||||
|
|||||||
Reference in New Issue
Block a user