Skip to content

Commit

Permalink
add keyword before %
Browse files Browse the repository at this point in the history
  • Loading branch information
MEEP00H committed Aug 16, 2023
1 parent f7570b9 commit fd30601
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/expore/SurveyByKeyword.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,11 @@
<span class="font-bold">{{
rawData?.total?.toLocaleString("en-US", {})
}}</span>
รายการ ใช้งบรวม
รายการ <br class="lg:hidden" />ใช้งบรวม
<span class="font-bold">{{ convertMillion(totalFilterAmout) }}</span>
ล้านบาท ({{ ((totalFilterAmout / chartData.amount) * 100).toFixed() }}%)
ล้านบาท <br class="md:hidden" />({{
((totalFilterAmout / chartData.amount) * 100).toFixed()
}}% ของงบทั้งหมด)
</p>
</div>
<ModalDetails
Expand Down

0 comments on commit fd30601

Please sign in to comment.