From d8512e2033cf9377485b72e232b142bb140848e3 Mon Sep 17 00:00:00 2001 From: carlossa Date: Mon, 27 May 2024 18:23:33 +0200 Subject: [PATCH] refs #7406 fix trad --- src/i18n/locale/en.yml | 10 ++++++++++ src/i18n/locale/es.yml | 10 ++++++++++ src/pages/Worker/Card/WorkerFormation.vue | 3 ++- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml index 3eb4649372..91d88f252f 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -900,6 +900,16 @@ worker: payMethods: Pay method iban: IBAN bankEntity: Swift / BIC + formation: + tableVisibleColumns: + course: Curso + startDate: Fecha Inicio + endDate: Fecha Fin + center: Centro Formación + invoice: Factura + amount: Importe + remark: Bonficado + hasDiploma: Diploma imageNotFound: Image not found wagon: pageTitles: diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index 652fb7e6e6..29fe52508e 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -889,6 +889,16 @@ worker: payMethods: Método de pago iban: IBAN bankEntity: Swift / BIC + formation: + tableVisibleColumns: + course: Curso + startDate: Fecha Inicio + endDate: Fecha Fin + center: Centro Formación + invoice: Factura + amount: Importe + remark: Bonficado + hasDiploma: Diploma imageNotFound: No se ha encontrado la imagen wagon: pageTitles: diff --git a/src/pages/Worker/Card/WorkerFormation.vue b/src/pages/Worker/Card/WorkerFormation.vue index 8485f4a5b7..e68f7abf98 100644 --- a/src/pages/Worker/Card/WorkerFormation.vue +++ b/src/pages/Worker/Card/WorkerFormation.vue @@ -17,7 +17,7 @@ const columns = computed(() => [ isTitle: true, component: 'select', attrs: { - url: 'Workers/trainingCourse', + url: 'TrainingCourse/trainingCourseType', fields: ['id', 'name'], }, create: true, @@ -114,5 +114,6 @@ const columns = computed(() => [ :columns="columns" default-mode="table" auto-load + :right-search="false" >