From 909f4ec2b74e5ebd59c507f1ad43c022c6b9cd3c Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 21 Dec 2021 03:09:52 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=84=A0=ED=83=9D=20=ED=95=A0=20?= =?UTF-8?q?=EC=88=98=20=EC=97=86=EB=8A=94=20=EB=B3=91=EC=A2=85=20=EB=B3=B4?= =?UTF-8?q?=EA=B8=B0=20=EB=B2=84=ED=8A=BC=20=EC=97=90=EB=9F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/processing/General/che_징병.vue | 32 ++++++++++++++++---------- 1 file changed, 20 insertions(+), 12 deletions(-) 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 }} 계열
- +