8627-devToTest #1421

Merged
alexm merged 768 commits from 8627-devToTest into test 2025-02-18 12:37:37 +00:00
3 changed files with 3 additions and 2 deletions
Showing only changes of commit 622c875dc5 - Show all commits

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