|
@@ -148,19 +148,19 @@
|
|
<sub-title name="速度" statement="SPEED" />
|
|
<sub-title name="速度" statement="SPEED" />
|
|
<div class="speed">
|
|
<div class="speed">
|
|
<div class="p">
|
|
<div class="p">
|
|
- 行走:<font>{{ robotInfoVo.xAxis || 0 }}</font>
|
|
|
|
|
|
+ 行走:<font>{{ this.$checks.KeepDecimals(robotInfoVo.xAxis,5) || '0'}}</font>
|
|
<em>mm/s</em>
|
|
<em>mm/s</em>
|
|
</div>
|
|
</div>
|
|
<div class="p">
|
|
<div class="p">
|
|
- 伸缩:<font>{{ robotInfoVo.yAxis || 0}}</font>
|
|
|
|
|
|
+ 伸缩:<font>{{ this.$checks.KeepDecimals(robotInfoVo.yAxis,5) || '0'}}</font>
|
|
<em>mm/s</em>
|
|
<em>mm/s</em>
|
|
</div>
|
|
</div>
|
|
<div class="p">
|
|
<div class="p">
|
|
- 举升:<font>{{ robotInfoVo.zAxis || 0 }}</font>
|
|
|
|
|
|
+ 举升:<font>{{ this.$checks.KeepDecimals(robotInfoVo.zAxis,5) || '0'}}</font>
|
|
<em>mm/s</em>
|
|
<em>mm/s</em>
|
|
</div>
|
|
</div>
|
|
<div class="p">
|
|
<div class="p">
|
|
- 旋转:<font>{{ robotInfoVo.rAxis|| 0}}</font>
|
|
|
|
|
|
+ 旋转:<font>{{ this.$checks.KeepDecimals(robotInfoVo.rAxis,5) || '0'}}</font>
|
|
<em>mm/s</em>
|
|
<em>mm/s</em>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -169,19 +169,19 @@
|
|
<sub-title name="位置" statement="POSITION" />
|
|
<sub-title name="位置" statement="POSITION" />
|
|
<div class="speed">
|
|
<div class="speed">
|
|
<div class="p">
|
|
<div class="p">
|
|
- 行走:<font>{{ robotInfoVo.xDpmt || 0}}</font>
|
|
|
|
|
|
+ 行走:<font>{{ this.$checks.KeepDecimals(robotInfoVo.xDpmt,5) || '0'}}</font>
|
|
<em>mm</em>
|
|
<em>mm</em>
|
|
</div>
|
|
</div>
|
|
<div class="p">
|
|
<div class="p">
|
|
- 伸缩:<font>{{ robotInfoVo.yDpmt || 0}}</font>
|
|
|
|
|
|
+ 伸缩:<font>{{ this.$checks.KeepDecimals(robotInfoVo.yDpmt,5) || '0'}}</font>
|
|
<em>mm</em>
|
|
<em>mm</em>
|
|
</div>
|
|
</div>
|
|
<div class="p">
|
|
<div class="p">
|
|
- 举升:<font>{{ robotInfoVo.zDpmt|| 0 }}</font>
|
|
|
|
|
|
+ 举升:<font>{{ this.$checks.KeepDecimals(robotInfoVo.zDpmt,5) || '0'}}</font>
|
|
<em>mm</em>
|
|
<em>mm</em>
|
|
</div>
|
|
</div>
|
|
<div class="p">
|
|
<div class="p">
|
|
- 旋转:<font>{{ robotInfoVo.rDpmt || 0}}</font>
|
|
|
|
|
|
+ 旋转:<font>{{ this.$checks.KeepDecimals(robotInfoVo.rDpmt,5) || '0'}}</font>
|
|
<em>mm</em>
|
|
<em>mm</em>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|