|
@@ -40,14 +40,14 @@ defineProps({
|
|
|
<h4 class="title">智能加药量</h4>
|
|
|
<div class="intellect-number">
|
|
|
<p class="num">
|
|
|
- <NNumberAnimation :from="0" :to="medicineAmount || 0" :duration="1000" :precision="0"></NNumberAnimation>
|
|
|
+ <NNumberAnimation :from="0" :to="medicineAmount || 0" :duration="1000" :precision="4"></NNumberAnimation>
|
|
|
</p>
|
|
|
<p class="unit">m³/h</p>
|
|
|
</div>
|
|
|
<p class="instant-number space-x-[14px]">
|
|
|
<span class="label">瞬时加药量</span>
|
|
|
<span class="value">
|
|
|
- <NNumberAnimation :from="0" :to="tytjTransientLL || 0" :duration="1000" :precision="0"></NNumberAnimation>
|
|
|
+ <NNumberAnimation :from="0" :to="tytjTransientLL || 0" :duration="1000" :precision="4"></NNumberAnimation>
|
|
|
<span>m³/h</span>
|
|
|
</span>
|
|
|
</p>
|