support batch replace category / account / tag in import transaction dialog

This commit is contained in:
MaysWind
2024-09-23 00:19:03 +08:00
parent 21ea36a4f7
commit 29781bbac4
5 changed files with 566 additions and 6 deletions
+2 -2
View File
@@ -37,9 +37,9 @@ export default {
}
},
methods: {
showMessage(message) {
showMessage(message, options) {
this.showState = true;
this.messageContent = this.$t(message);
this.messageContent = this.$t(message, options);
},
showError(error) {
this.showState = true;