แก้บัคดูประวัติ
This commit is contained in:
parent
a2279a234a
commit
32e62dff97
1 changed files with 1 additions and 2 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: {
|
||||
|
|
@ -121,7 +121,6 @@ watch(
|
|||
"
|
||||
/>
|
||||
<q-separator />
|
||||
|
||||
<q-card-section class="q-pt-none q-pa-sm">
|
||||
<d-table
|
||||
flat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue