|
{{(key=="wrapping" || key=="risk") ? value : calculation.applyFilter(value, key) }}
▲
▼
▲
|
{{ calculation.applyFilter(process.totalPrice, "cost") }} |
|
{{ (key=="wrapping"|| key=="risk") ? value.length==1 ? value[0] : value.length : calculation.applyFilter(process.multi[key], key, true) }}
▼
▲
▼
|
{{ calculation.applyFilter(process.multi.price, "cost") }} |