feat: add rounded CC field to travel summary and translations #1639

Merged
pablone merged 8 commits from ccRoundedFix into master 2025-03-26 12:16:31 +00:00
1 changed files with 0 additions and 14 deletions
Showing only changes of commit 117bc84ec9 - Show all commits

View File

@ -209,20 +209,6 @@ const getLocale = (label) => {
/>
</QItemSection>
</QItem>
<QItem>
<QItemSection>
<VnSelect
outlined
dense
rounded
:label="t('globals.params.departmentFk')"
v-model="params.department"
option-label="name"
option-value="name"
url="Departments"
/>
</QItemSection>
</QItem>
<QItem>
<QItemSection>
<VnSelect