diff --git a/src/components/05_quotation/WorkerItem.vue b/src/components/05_quotation/WorkerItem.vue index a4696dcc..9a15d968 100644 --- a/src/components/05_quotation/WorkerItem.vue +++ b/src/components/05_quotation/WorkerItem.vue @@ -7,8 +7,6 @@ defineEmits<{ (e: 'check', index: number): void; }>(); -const employeeAmount = defineModel('employeeAmount', { default: 1 }); - withDefaults( defineProps<{ readonly?: boolean; @@ -166,6 +164,7 @@ const columns = [