From 1d4b1019319652552e4cac4d33df4da09ca39131 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Wed, 18 Dec 2024 17:50:19 +0700 Subject: [PATCH] fix: quotation => worker item count --- src/components/05_quotation/WorkerItem.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 = [