This commit is contained in:
‘937886381’
2024-01-04 08:33:05 +08:00
parent bdf292654b
commit 8b1dbbeeea
4 changed files with 26 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2021-07-19 15:18:30
* @LastEditors: zhp
* @LastEditTime: 2023-12-29 16:41:18
* @LastEditTime: 2024-01-02 10:07:03
* @Description:
-->
<template>
@@ -532,7 +532,7 @@ export default {
let wasteList = []
let sumAreaList = []
let yieldList = []
// this.cutTableDataList =
// this.cutTableDataList =
this.cutWsData.coldDetData.forEach((ele, index) => {
nameList.push(ele.lineName)
topNameList.push('产线: ' + ele.lineName + ' ' + '总面积:' + ele.sumArea)