diff --git a/src/components/03_customer-management/TableEmpoloyee.vue b/src/components/03_customer-management/TableEmpoloyee.vue index 85d9b320..e1371050 100644 --- a/src/components/03_customer-management/TableEmpoloyee.vue +++ b/src/components/03_customer-management/TableEmpoloyee.vue @@ -98,36 +98,52 @@ const prop = withDefaults(
-
- - - - +
+
+ + + + - - + + +
+
{{ `${props.row.firstName} ${props.row.lastName}` || '-' }} @@ -346,4 +362,42 @@ const prop = withDefaults( - +