refs #7409 fix trad
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-06-21 09:57:01 +02:00
parent 87a9ee5ccb
commit 0107c21789
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ const columns = computed(() => [
save-url="WorkerIncomes/crud"
:create="{
urlCreate: 'workerIncomes',
title: t('Create workerIncomes'),
title: t('Create workerBalance'),
onDataSaved: () => tableRef.reload(),
formInitialData: {
workerFk: entityId,
@ -82,5 +82,5 @@ const columns = computed(() => [
<i18n>
es:
Create workerIncomes: Crear
Create workerBalance: Crear balance
</i18n>