diff --git a/src/components/05_quotation/WorkerItem.vue b/src/components/05_quotation/WorkerItem.vue index 9fc56e40..f17267eb 100644 --- a/src/components/05_quotation/WorkerItem.vue +++ b/src/components/05_quotation/WorkerItem.vue @@ -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)"