refactor: update labels in OwnerVerification and RetailStockTransferModal components for improved clarity in stock management
This commit is contained in:
parent
0078c16e17
commit
d01bcd5390
@ -77,7 +77,7 @@ private static function label(string $field): string
|
||||
'is_active' => 'Status Aktif',
|
||||
'variants' => 'Varian',
|
||||
'prices' => 'Varian Harga',
|
||||
'quantity' => 'Jumlah Transfer',
|
||||
'quantity' => 'Perubahan Stok Ecer',
|
||||
'stock' => 'Stok Bagus',
|
||||
'retail_stock' => 'Stok Ecer',
|
||||
'variant_name' => 'Varian',
|
||||
|
||||
@ -195,7 +195,7 @@ function formatNumber(value: number): string {
|
||||
<FieldGroup>
|
||||
<FieldSet class="grid gap-4">
|
||||
<Field>
|
||||
<FieldLabel for="retail-quantity" required>Jumlah Transfer</FieldLabel>
|
||||
<FieldLabel for="retail-quantity" required>Perubahan Stok Ecer</FieldLabel>
|
||||
<NumberInput
|
||||
id="retail-quantity"
|
||||
v-model="form.quantity"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user