diff --git a/src/components/03_customer-management/TableEmpoloyee.vue b/src/components/03_customer-management/TableEmpoloyee.vue index 21ebc2bc..f7b6adfd 100644 --- a/src/components/03_customer-management/TableEmpoloyee.vue +++ b/src/components/03_customer-management/TableEmpoloyee.vue @@ -258,7 +258,7 @@ defineEmits<{ detail: [ { icon: 'mdi-passport', - value: props.row.nationality, + value: optionStore.mapOption(props.row.nationality), }, { diff --git a/src/components/05_quotation/WorkerItem.vue b/src/components/05_quotation/WorkerItem.vue index 234b00fd..0198788f 100644 --- a/src/components/05_quotation/WorkerItem.vue +++ b/src/components/05_quotation/WorkerItem.vue @@ -9,6 +9,7 @@ defineEmits<{ withDefaults( defineProps<{ employeeAmount: number; + fallbackImg?: string; rows: { foreignRefNo: string; employeeName: string; @@ -92,7 +93,11 @@ const columns = [ >