7729-devToTest_2430 #554

Merged
alexm merged 401 commits from 7729-devToTest_2430 into test 2024-07-16 07:17:04 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 3490ba1a8c - Show all commits

View File

@ -89,6 +89,8 @@ watch(
:label="t('package.quantity')"
v-model="row.quantity"
class="col"
type="number"
min="1"
/>
<VnInputDate :label="t('package.added')" v-model="row.created" />
<QIcon