7773-testToMaster_2430 #561

Merged
alexm merged 424 commits from 7773-testToMaster_2430 into master 2024-07-23 06:24:05 +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