mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 23:17:33 +08:00
support batch replace category / account / tag in import transaction dialog
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user