diff --git a/hwe/ts/processing/General/che_징병.vue b/hwe/ts/processing/General/che_징병.vue index 24fbe4a6..0bc307b9 100644 --- a/hwe/ts/processing/General/che_징병.vue +++ b/hwe/ts/processing/General/che_징병.vue @@ -112,7 +112,11 @@ background-color: #ddd; " >
- {{ Math.ceil(amount * destCrewType.baseCost).toLocaleString() }}금 + {{ + Math.ceil( + amount * destCrewType.baseCost + ).toLocaleString() + }}금
@@ -143,17 +147,21 @@ :key="armCrewType.armType" >
{{ armCrewType.armName }} 계열
- +