refactor: filter worker is selected

This commit is contained in:
Thanaphon Frappet 2024-12-27 10:14:42 +07:00
parent 3d950d4f1d
commit bd32764d48

View file

@ -118,7 +118,11 @@ watch(
]
: columns
"
:rows
:rows="
readonly && inTable
? rows.filter((_, index) => checkList.includes(index))
: rows
"
hidePagination
:customColumn="['check']"
@delete="(i) => $emit('delete', i)"