From 033e2fc2f6e67ad73321b81188547ada96e5dd87 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 26 Dec 2024 10:38:45 +0700 Subject: [PATCH] feat: add reactive employee amount based on rows length in WorkerItem component --- src/components/05_quotation/WorkerItem.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/components/05_quotation/WorkerItem.vue b/src/components/05_quotation/WorkerItem.vue index f0039344..9fc56e40 100644 --- a/src/components/05_quotation/WorkerItem.vue +++ b/src/components/05_quotation/WorkerItem.vue @@ -1,6 +1,7 @@