@@ -278,7 +300,7 @@ watch(
style="background: var(--orange-5); color: var(--surface-1)"
size="sm"
>
- {{ i + 1 }}
+
{{ item.title }}
@@ -419,9 +441,12 @@ watch(
>
handleCheck(wokerIndex, props.row)"
+ checkable
fallback-img="/images/employee-avatar.png"
inTable
hideQuantity
+ :check-list="props.row.workerIndex"
:rows="employeeRows"
/>
diff --git a/src/components/05_quotation/WorkerItem.vue b/src/components/05_quotation/WorkerItem.vue
index 40411574..6d5a7524 100644
--- a/src/components/05_quotation/WorkerItem.vue
+++ b/src/components/05_quotation/WorkerItem.vue
@@ -1,9 +1,11 @@