แก้ฟิล
This commit is contained in:
parent
8ba23cdddf
commit
7a257f3e2e
1 changed files with 1 additions and 1 deletions
|
|
@ -639,7 +639,7 @@ onMounted(() => {
|
||||||
ref="table"
|
ref="table"
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
:rows="
|
:rows="
|
||||||
positionData.length !== 0 ? positionData : []
|
positionNo.length !== 0 ? positionNo : []
|
||||||
"
|
"
|
||||||
:filter="filters"
|
:filter="filters"
|
||||||
row-key="id"
|
row-key="id"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue