add more function in transaction edit page

This commit is contained in:
MaysWind
2020-12-18 01:05:51 +08:00
parent eef67bcb5c
commit 7dd4be3870
10 changed files with 433 additions and 321 deletions
+2
View File
@@ -20,6 +20,7 @@ import currency from './consts/currency.js';
import colors from './consts/color.js';
import icons from './consts/icon.js';
import account from './consts/account.js';
import transaction from './consts/transaction.js';
import category from './consts/category.js';
import licenses from './consts/licenses.js';
import version from './lib/version.js';
@@ -62,6 +63,7 @@ Vue.prototype.$constants = {
colors: colors,
icons: icons,
account: account,
transaction: transaction,
category: category,
};