mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +08:00
modify text
This commit is contained in:
@@ -397,7 +397,7 @@ export default {
|
|||||||
} else if (this.transaction.type === this.allTransactionTypes.Transfer) {
|
} else if (this.transaction.type === this.allTransactionTypes.Transfer) {
|
||||||
return 'Transfer Out Amount';
|
return 'Transfer Out Amount';
|
||||||
} else {
|
} else {
|
||||||
return '';
|
return 'Amount';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
sourceAccountTitle() {
|
sourceAccountTitle() {
|
||||||
@@ -406,7 +406,7 @@ export default {
|
|||||||
} else if (this.transaction.type === this.allTransactionTypes.Transfer) {
|
} else if (this.transaction.type === this.allTransactionTypes.Transfer) {
|
||||||
return 'Source Account';
|
return 'Source Account';
|
||||||
} else {
|
} else {
|
||||||
return '';
|
return 'Account';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
defaultCurrency() {
|
defaultCurrency() {
|
||||||
|
|||||||
@@ -415,7 +415,7 @@ export default {
|
|||||||
} else if (this.transaction.type === this.allTransactionTypes.Transfer) {
|
} else if (this.transaction.type === this.allTransactionTypes.Transfer) {
|
||||||
return 'Transfer Out Amount';
|
return 'Transfer Out Amount';
|
||||||
} else {
|
} else {
|
||||||
return '';
|
return 'Amount';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
sourceAccountTitle() {
|
sourceAccountTitle() {
|
||||||
@@ -424,7 +424,7 @@ export default {
|
|||||||
} else if (this.transaction.type === this.allTransactionTypes.Transfer) {
|
} else if (this.transaction.type === this.allTransactionTypes.Transfer) {
|
||||||
return 'Source Account';
|
return 'Source Account';
|
||||||
} else {
|
} else {
|
||||||
return '';
|
return 'Account';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
defaultCurrency() {
|
defaultCurrency() {
|
||||||
|
|||||||
Reference in New Issue
Block a user