This commit is contained in:
‘937886381’
2024-04-03 17:20:14 +08:00
parent 02e267e647
commit 8a54c046d9
3 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2024-01-29 16:50:26
* @LastEditTime: 2024-04-03 16:34:05
* @LastEditTime: 2024-04-03 17:10:15
* @LastEditors: zhp
* @Description:
-->
@@ -651,7 +651,7 @@ export default {
wasteList.push(ele.wastArea)
nameWasteList.push('缺陷面积:' + this.NumFormat(ele.wastArea) + '㎡')
sumAreaList.push(ele.sumArea)
yieldList.push(parseFloat((ele.yield * 100).toFixed(2)))
yieldList.push(parseFloat((ele.yield * 100).toFixed(0)))
})
this.$nextTick(() => {
this.$refs.firstPileChart.initChart(nameList, [topNameList[0]], [nameWasteList[0]], [productList[0]], [wasteList[0]])