Commit 3ade8e66 by Jony.L

修复管理端首页顶部统计栏 金额显示不对的问题

parent 76cbd1f5
...@@ -42,12 +42,7 @@ ...@@ -42,12 +42,7 @@
<el-divider direction="vertical" border-style="dashed"/> <el-divider direction="vertical" border-style="dashed"/>
<div class="px-8px text-right"> <div class="px-8px text-right">
<div class="mb-16px text-14px text-gray-400">{{ '今日订单金额' }}</div> <div class="mb-16px text-14px text-gray-400">{{ '今日订单金额' }}</div>
<CountTo <div class="text-20px">¥{{ todayData.newOrdersAmount?.toFixed(2) || '0.00' }}</div>
class="text-20px"
:start-val="0"
:end-val="todayData.newOrdersAmount"
:duration="2600"
/>
</div> </div>
</div> </div>
</el-col> </el-col>
......
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 sign in to comment