feat (material): modify entry form of materiak

This commit is contained in:
mrifai-cata
2025-09-02 15:59:02 +07:00
parent 7e4444a427
commit da9830e16d
@@ -46,6 +46,12 @@ const items = [
<Select v-model="data.type" :items="items" placeholder="Pilih item" />
</Field>
</FieldGroup>
<FieldGroup :column="1">
<Label>Stok</Label>
<Field>
<Input v-model="data.stock" />
</Field>
</FieldGroup>
</Block>
</div>
</div>