fix bug row table

This commit is contained in:
Warunee Tamkoo 2024-04-19 14:40:35 +07:00
parent b50ce5a533
commit 25932352a6
3 changed files with 42 additions and 33 deletions

View file

@ -71,7 +71,7 @@ const columns = ref<QTableProps["columns"]>([
style: "font-size: 14px",
},
]);
const rows = ref<any>();
const rows = ref<any>([]);
const props = defineProps({
rowId: {