7691-testToMaster #537

Merged
alexm merged 395 commits from 7691-testToMaster into master 2024-07-09 05:39:56 +00:00
3 changed files with 22 additions and 1 deletions
Showing only changes of commit d8512e2033 - Show all commits

View File

@ -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:

View File

@ -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:

View File

@ -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"
></VnTable>
</template>