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" >