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>
<VnRow> <VnRow>
<VnSelectWorker <VnSelectWorker
:label="t('department.bossDepartment')" :label="$t('department.bossDepartment')"
v-model="data.workerFk" v-model="data.workerFk"
:rules="validate('department.bossDepartment')" :rules="validate('department.bossDepartment')"
/> />

View File

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

View File

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