refactor: handle worker
This commit is contained in:
parent
c73469e68f
commit
b435005bec
1 changed files with 1 additions and 0 deletions
|
|
@ -461,6 +461,7 @@ watch(() => state.search, getWorkerList);
|
||||||
<NoData :not-found="!!state.search" />
|
<NoData :not-found="!!state.search" />
|
||||||
</div>
|
</div>
|
||||||
<TableWorker
|
<TableWorker
|
||||||
|
v-if="workerList.length !== 0"
|
||||||
v-model:selected="workerSelected"
|
v-model:selected="workerSelected"
|
||||||
:rows="workerList"
|
:rows="workerList"
|
||||||
:disabledWorkerId
|
:disabledWorkerId
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue