Style fix
This commit is contained in:
parent
91b5ad5a3e
commit
54839782f3
|
@ -57,6 +57,7 @@
|
||||||
</vn-horizontal>
|
</vn-horizontal>
|
||||||
<vn-horizontal>
|
<vn-horizontal>
|
||||||
<vn-input-number
|
<vn-input-number
|
||||||
|
vn-one
|
||||||
label="Inflation"
|
label="Inflation"
|
||||||
model="$ctrl.zone.inflation"
|
model="$ctrl.zone.inflation"
|
||||||
min="0"
|
min="0"
|
||||||
|
@ -64,6 +65,7 @@
|
||||||
vn-acl="deliveryBoss">
|
vn-acl="deliveryBoss">
|
||||||
</vn-input-number>
|
</vn-input-number>
|
||||||
<vn-check
|
<vn-check
|
||||||
|
vn-one
|
||||||
label="Volumetric"
|
label="Volumetric"
|
||||||
field="$ctrl.zone.isVolumetric"
|
field="$ctrl.zone.isVolumetric"
|
||||||
vn-acl="deliveryBoss">
|
vn-acl="deliveryBoss">
|
||||||
|
|
Loading…
Reference in New Issue