Compare commits
No commits in common. "7667903218c9f35d563470f73d14865faeee26c8" and "9d34ca02f1302602f68f68543de6be5dae7cdfb0" have entirely different histories.
7667903218
...
9d34ca02f1
@ -2,7 +2,7 @@
|
||||
* @Author: zwq
|
||||
* @Date: 2021-07-19 15:18:30
|
||||
* @LastEditors: zhp
|
||||
* @LastEditTime: 2023-12-29 16:41:18
|
||||
* @LastEditTime: 2023-12-29 16:19:38
|
||||
* @Description:
|
||||
-->
|
||||
<template>
|
||||
@ -531,7 +531,7 @@ export default {
|
||||
wasteList.push(ele.wastArea)
|
||||
nameWasteList.push('缺陷面积:' + ele.wastArea)
|
||||
sumAreaList.push(ele.sumArea)
|
||||
yieldList.push((ele.yield *100).toFixed(3))
|
||||
yieldList.push(ele.yield)
|
||||
})
|
||||
this.$refs.pileChart.initChart(nameList, topNameList, nameWasteList, productList, wasteList)
|
||||
// console.log(this.cutWsData)
|
||||
|
Loading…
Reference in New Issue
Block a user