diff --git a/src/components/DetailComponent/AllocationSummaryDetail.vue b/src/components/DetailComponent/AllocationSummaryDetail.vue index 2df5099..ba8c4bc 100644 --- a/src/components/DetailComponent/AllocationSummaryDetail.vue +++ b/src/components/DetailComponent/AllocationSummaryDetail.vue @@ -24,7 +24,8 @@ @@ -70,7 +71,7 @@ const getSummaries = (param) => { return prev } }, 0)}` - sums[index] = toThousands(sums[index]) + // sums[index] = toThousands(sums[index]) } else { sums[index] = '-' }