mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 22:35:03 +00:00
Switch some fields.
This commit is contained in:
2
public/v1/js/app.js
vendored
2
public/v1/js/app.js
vendored
File diff suppressed because one or more lines are too long
@@ -76,6 +76,12 @@
|
|||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-4">
|
<div class="col-lg-4">
|
||||||
|
<transaction-description
|
||||||
|
v-model="transaction.description"
|
||||||
|
:index="index"
|
||||||
|
:error="transaction.errors.description"
|
||||||
|
>
|
||||||
|
</transaction-description>
|
||||||
<account-select
|
<account-select
|
||||||
inputName="source[]"
|
inputName="source[]"
|
||||||
title="Source account"
|
title="Source account"
|
||||||
@@ -98,12 +104,6 @@
|
|||||||
v-on:select:account="selectedDestinationAccount(index, $event)"
|
v-on:select:account="selectedDestinationAccount(index, $event)"
|
||||||
:error="transaction.errors.destination_account"
|
:error="transaction.errors.destination_account"
|
||||||
></account-select>
|
></account-select>
|
||||||
<transaction-description
|
|
||||||
v-model="transaction.description"
|
|
||||||
:index="index"
|
|
||||||
:error="transaction.errors.description"
|
|
||||||
>
|
|
||||||
</transaction-description>
|
|
||||||
<standard-date
|
<standard-date
|
||||||
v-model="transaction.date"
|
v-model="transaction.date"
|
||||||
:index="index"
|
:index="index"
|
||||||
|
@@ -76,6 +76,12 @@
|
|||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-4">
|
<div class="col-lg-4">
|
||||||
|
<transaction-description
|
||||||
|
v-model="transaction.description"
|
||||||
|
:index="index"
|
||||||
|
:error="transaction.errors.description"
|
||||||
|
>
|
||||||
|
</transaction-description>
|
||||||
<account-select
|
<account-select
|
||||||
inputName="source[]"
|
inputName="source[]"
|
||||||
title="Source account"
|
title="Source account"
|
||||||
@@ -98,12 +104,6 @@
|
|||||||
v-on:select:account="selectedDestinationAccount(index, $event)"
|
v-on:select:account="selectedDestinationAccount(index, $event)"
|
||||||
:error="transaction.errors.destination_account"
|
:error="transaction.errors.destination_account"
|
||||||
></account-select>
|
></account-select>
|
||||||
<transaction-description
|
|
||||||
v-model="transaction.description"
|
|
||||||
:index="index"
|
|
||||||
:error="transaction.errors.description"
|
|
||||||
>
|
|
||||||
</transaction-description>
|
|
||||||
<standard-date
|
<standard-date
|
||||||
v-model="transaction.date"
|
v-model="transaction.date"
|
||||||
:index="index"
|
:index="index"
|
||||||
|
Reference in New Issue
Block a user