diff --git a/src/components/05_quotation/WorkerItem.vue b/src/components/05_quotation/WorkerItem.vue index 763e6f44..a4696dcc 100644 --- a/src/components/05_quotation/WorkerItem.vue +++ b/src/components/05_quotation/WorkerItem.vue @@ -24,7 +24,7 @@ withDefaults( age: string; nationality: string; documentExpireDate: string; - imgUrl: string; + imgUrl?: string; status: string; }[]; }>(), @@ -116,11 +116,16 @@ const columns = [ >