fix(VnLog): refs #6994 simplify value binding and improve descriptor handling #1636

Merged
alexm merged 8 commits from 6994-fix_vnLogValue_whenIsString into dev 2025-03-26 08:29:36 +00:00
1 changed files with 1 additions and 14 deletions
Showing only changes of commit 74b8bbc189 - Show all commits

View File

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