refactor: filter worker is selected
This commit is contained in:
parent
3d950d4f1d
commit
bd32764d48
1 changed files with 5 additions and 1 deletions
|
|
@ -118,7 +118,11 @@ watch(
|
||||||
]
|
]
|
||||||
: columns
|
: columns
|
||||||
"
|
"
|
||||||
:rows
|
:rows="
|
||||||
|
readonly && inTable
|
||||||
|
? rows.filter((_, index) => checkList.includes(index))
|
||||||
|
: rows
|
||||||
|
"
|
||||||
hidePagination
|
hidePagination
|
||||||
:customColumn="['check']"
|
:customColumn="['check']"
|
||||||
@delete="(i) => $emit('delete', i)"
|
@delete="(i) => $emit('delete', i)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue