Commit 49f9fd79 by wusiyi

fix: 概览数据展示修改

parent 6bd6dcd6
...@@ -121,11 +121,7 @@ ...@@ -121,11 +121,7 @@
style="display: flex; margin-left: 10px" style="display: flex; margin-left: 10px"
> >
<div class="text-green"> <div class="text-green">
{{ {{ statisticData?.compareYesterdayShipmentOrderNum }}
statisticData?.compareYesterdayShipmentOrderNum.toFixed(
2,
)
}}
</div> </div>
<div class="up-icon-green"></div> <div class="up-icon-green"></div>
</div> </div>
...@@ -134,7 +130,7 @@ ...@@ -134,7 +130,7 @@
{{ {{
Math.abs( Math.abs(
statisticData?.compareYesterdayShipmentOrderNum || 0, statisticData?.compareYesterdayShipmentOrderNum || 0,
).toFixed(2) )
}} }}
</div> </div>
<div class="down-icon-red"></div> <div class="down-icon-red"></div>
......
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