{{ unitTypeData[state.active]?.name }}
{{ $t("detail.size") }}: {{
unitTypeData[state.active]?.volumeRange
}}
{{ $t("unitTypeDetail.oneMonth") }}:
{{ $t("unitTypeDetail.reference") }}:{{ unitTypeData[state.active]?.description }}
{{ $t("unitTypeDetail.discount") }}:
{{
$t("detail.discountOff", {
month: 24,
percent: 100 - 0.6 * 100,
discount: (0.6 * 100) / 10,
})
}}
{{
$t("detail.discountOff", {
month: 12,
percent: 100 - 0.7 * 100,
discount: (0.7 * 100) / 10,
})
}}
{{
$t("detail.discountOff", {
month: 6,
percent: 100 - 0.8 * 100,
discount: (0.8 * 100) / 10,
})
}}
{{
$t("detail.discountOff", {
month: 3,
percent: 100 - 0.9 * 100,
discount: (0.9 * 100) / 10,
})
}}