Commit 246ad2e8 authored by leiqingsong's avatar leiqingsong

Merge branch 'dev_wm' into 'master'

月度奖励保留小数点后两位

See merge request !132
parents e6f58367 cdd76dfc
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
:endVal="awardInfo.monthAwardTotal" :endVal="awardInfo.monthAwardTotal"
:duration="3000" :duration="3000"
style="font-weight: bold" style="font-weight: bold"
decimals="2"
></countTo> ></countTo>
<p v-if="awardInfo" style="font-size: 14px;color:#333333"> <p v-if="awardInfo" style="font-size: 14px;color:#333333">
历史累计奖金:¥{{ awardInfo.awardTotal || 0 }} 历史累计奖金:¥{{ awardInfo.awardTotal || 0 }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment