mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
transaction list page supports filtering and searching, transaction add page supports setting default value by query parameters
This commit is contained in:
@@ -44,6 +44,7 @@ import tokenIconFilter from './filters/tokenIcon.js';
|
||||
import PasswordInputSheet from "./components/mobile/PasswordInputSheet.vue";
|
||||
import PasscodeInputSheet from "./components/mobile/PasscodeInputSheet.vue";
|
||||
import PinCodeInputSheet from "./components/mobile/PinCodeInputSheet.vue";
|
||||
import DateRangeSelectionSheet from "./components/mobile/DateRangeSelectionSheet.vue";
|
||||
import ListItemSelectionSheet from "./components/mobile/ListItemSelectionSheet.vue";
|
||||
import TwoColumnListItemSelectionSheet from "./components/mobile/TwoColumnListItemSelectionSheet.vue";
|
||||
import TreeViewSelectionSheet from "./components/mobile/TreeViewSelectionSheet.vue";
|
||||
@@ -61,6 +62,7 @@ Vue.component('PincodeInput', PincodeInput);
|
||||
Vue.component('PasswordInputSheet', PasswordInputSheet);
|
||||
Vue.component('PasscodeInputSheet', PasscodeInputSheet);
|
||||
Vue.component('PinCodeInputSheet', PinCodeInputSheet);
|
||||
Vue.component('DateRangeSelectionSheet', DateRangeSelectionSheet);
|
||||
Vue.component('ListItemSelectionSheet', ListItemSelectionSheet);
|
||||
Vue.component('TwoColumnListItemSelectionSheet', TwoColumnListItemSelectionSheet);
|
||||
Vue.component('TreeViewSelectionSheet', TreeViewSelectionSheet);
|
||||
|
||||
Reference in New Issue
Block a user