Просмотр исходного кода

Merge branch 'fix/diaria-kay-correções' of Softpar/sfp_front_vue_diarista_prestador into development

zntt 7 часов назад
Родитель
Сommit
d53bc686fc

+ 1 - 1
src/components/dashboard/DashboardTodayServices.vue

@@ -376,7 +376,7 @@ const cardState = (item) => {
 }
 
 const visibleItems = computed(() =>
-  props.data.filter((item) => cardState(item) !== 'finished')
+  props.data.filter((item) => !item.provider_reviewed)
 )
 
 const copyAddress = (address) => {

+ 1 - 1
src/i18n/locales/en.json

@@ -287,7 +287,7 @@
       "today_services": {
         "finished_label": "Service with",
         "finished_suffix": "completed!",
-        "start_label": "Service with",
+        "start_label": "In Progress",
         "code_hint": "Enter the client's code",
         "in_progress": "In progress",
         "reviewed_badge": "Reviewed",

+ 1 - 1
src/i18n/locales/es.json

@@ -287,7 +287,7 @@
       "today_services": {
         "finished_label": "Servicio con",
         "finished_suffix": "¡completado!",
-        "start_label": "Servicio con",
+        "start_label": "En curso",
         "code_hint": "Ingrese el código del cliente",
         "in_progress": "En progreso",
         "reviewed_badge": "Evaluado",

+ 1 - 1
src/i18n/locales/pt.json

@@ -287,7 +287,7 @@
       "today_services": {
         "finished_label": "Serviço com",
         "finished_suffix": "concluído!",
-        "start_label": "Serviço com",
+        "start_label": "Em andamento",
         "code_hint": "Informe o código do cliente",
         "in_progress": "Em andamento",
         "reviewed_badge": "Avaliado",