mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
add add/edit transaction category dialog
This commit is contained in:
@@ -351,7 +351,7 @@ import {
|
||||
categoryTypeToTransactionType,
|
||||
transactionTypeToCategoryType
|
||||
} from '@/lib/category.js';
|
||||
import { scrollToMenuListItem } from '@/lib/ui.desktop.js';
|
||||
import { scrollToSelectedItem } from '@/lib/ui.desktop.js';
|
||||
|
||||
import {
|
||||
mdiMagnify,
|
||||
@@ -816,7 +816,7 @@ export default {
|
||||
},
|
||||
scrollMenuToSelectedItem(menu) {
|
||||
this.$nextTick(() => {
|
||||
scrollToMenuListItem(menu.contentEl);
|
||||
scrollToSelectedItem(menu.contentEl, 'div.v-list', 'div.v-list-item.list-item-selected');
|
||||
});
|
||||
},
|
||||
getDisplayTime(transaction) {
|
||||
|
||||
Reference in New Issue
Block a user