fix bug row table
This commit is contained in:
parent
b50ce5a533
commit
25932352a6
3 changed files with 42 additions and 33 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue