This commit is contained in:
parent
87a9ee5ccb
commit
0107c21789
|
@ -64,7 +64,7 @@ const columns = computed(() => [
|
||||||
save-url="WorkerIncomes/crud"
|
save-url="WorkerIncomes/crud"
|
||||||
:create="{
|
:create="{
|
||||||
urlCreate: 'workerIncomes',
|
urlCreate: 'workerIncomes',
|
||||||
title: t('Create workerIncomes'),
|
title: t('Create workerBalance'),
|
||||||
onDataSaved: () => tableRef.reload(),
|
onDataSaved: () => tableRef.reload(),
|
||||||
formInitialData: {
|
formInitialData: {
|
||||||
workerFk: entityId,
|
workerFk: entityId,
|
||||||
|
@ -82,5 +82,5 @@ const columns = computed(() => [
|
||||||
|
|
||||||
<i18n>
|
<i18n>
|
||||||
es:
|
es:
|
||||||
Create workerIncomes: Crear
|
Create workerBalance: Crear balance
|
||||||
</i18n>
|
</i18n>
|
||||||
|
|
Loading…
Reference in New Issue