forked from verdnatura/salix-front
hotFix: try to fix myEntries
This commit is contained in:
parent
3023d83739
commit
64a62ca208
|
@ -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,
|
||||
// },
|
||||
// });
|
||||
// };
|
||||
</script>
|
||||
<template>
|
||||
<VnSearchbar
|
||||
|
|
Loading…
Reference in New Issue