From 64a62ca20875e4fe6f37ebcdf0284720cb410b57 Mon Sep 17 00:00:00 2001 From: alexm Date: Wed, 24 Jul 2024 20:10:18 +0200 Subject: [PATCH] hotFix: try to fix myEntries --- src/pages/Entry/MyEntries.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/pages/Entry/MyEntries.vue b/src/pages/Entry/MyEntries.vue index 640529a91..29bebe440 100644 --- a/src/pages/Entry/MyEntries.vue +++ b/src/pages/Entry/MyEntries.vue @@ -4,7 +4,7 @@ import { useI18n } from 'vue-i18n'; import VnSearchbar from 'src/components/ui/VnSearchbar.vue'; import { toDate } from 'src/filters/index'; import { useQuasar } from 'quasar'; -import EntryBuysTableDialog from './EntryBuysTableDialog.vue'; +// import EntryBuysTableDialog from './EntryBuysTableDialog.vue'; import VnTable from 'components/VnTable/VnTable.vue'; import VnInput from 'src/components/common/VnInput.vue'; @@ -69,14 +69,14 @@ const columns = computed(() => [ }, ]); -const printBuys = (rowId) => { - quasar.dialog({ - component: EntryBuysTableDialog, - componentProps: { - id: rowId, - }, - }); -}; +// const printBuys = (rowId) => { +// quasar.dialog({ +// component: EntryBuysTableDialog, +// componentProps: { +// id: rowId, +// }, +// }); +// };