แก้โค้ดตาม issue

This commit is contained in:
STW_TTTY\stwtt 2024-07-09 10:39:49 +07:00
parent 3968d2b1a0
commit bb6afbb98e
12 changed files with 323 additions and 252 deletions

View file

@ -349,7 +349,7 @@ onMounted(() => {
<d-table
ref="table"
:columns="columns"
:rows="rows.length !== 0 ? rows[item.id]:[]"
:rows="rows[item.id].length !== 0 ? rows[item.id]:[]"
row-key="id"
flat
bordered