{{ $t('name') }}:
{{ obj.name }}
{{ $t('edit') }}
{{ $t('price_before_discount') }}:
$ {{ obj.price_before_discount }}
{{ $t('discount_amount') }}:
$
%
{{ obj.discount_amount }}
{{ $t('sell_price') }}:
$ {{ obj.sell_price }}
{{ $t('qty') }}:
{{ obj.qty }}
{{ $t('alert_qty') }}:
{{ obj.alert_qty }}