fix: refs #6919 department
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-01-09 15:57:12 +01:00
parent 39f0873fb8
commit 622c875dc5
3 changed files with 3 additions and 2 deletions

View File

@ -39,7 +39,7 @@ import VnSelectWorker from 'src/components/common/VnSelectWorker.vue';
</VnRow>
<VnRow>
<VnSelectWorker
:label="t('department.bossDepartment')"
:label="$t('department.bossDepartment')"
v-model="data.workerFk"
:rules="validate('department.bossDepartment')"
/>

View File

@ -27,7 +27,7 @@ onMounted(async () => {
<template>
<CardSummary
data-key="DepartmentSummary"
data-key="Department"
ref="summary"
:url="`Departments/${entityId}`"
class="full-width"

View File

@ -194,6 +194,7 @@ const departmentCard = {
component: () => import('src/pages/Department/Card/DepartmentCard.vue'),
redirect: { name: 'DepartmentSummary' },
meta: {
moduleName: 'Department',
menu: ['DepartmentBasicData'],
},
children: [