refactor: handle worker

This commit is contained in:
Thanaphon Frappet 2025-01-29 13:00:52 +07:00
parent c73469e68f
commit b435005bec

View file

@ -461,6 +461,7 @@ watch(() => state.search, getWorkerList);
<NoData :not-found="!!state.search" />
</div>
<TableWorker
v-if="workerList.length !== 0"
v-model:selected="workerSelected"
:rows="workerList"
:disabledWorkerId