fix:扎线 数据看板样式优化

This commit is contained in:
Zxuyoubin 2024-06-06 09:36:10 +08:00
parent b687772308
commit aaee34582b

View File

@ -137,7 +137,6 @@
device:'250精轧4号辊'
},
],
cachedDates:{},
topList: [
{
name: "设备异常预警",
@ -408,24 +407,6 @@
}
console.log(this.dataList,'this.dataList')
// //
// let timeArr=[]
// for(let i = 0;i<this.dataList.length;i++){
//
// //
// // let daysInMonth = new Date(currentYear, randomMonth, 0).getDate();
// timeArr.push(`${currentYear}-${randomMonth}-${randomDay}`)
// }
// console.log(timeArr,'timeARRRRRRRRRR13412')
// this.dataList=this.dataList.map((item,index)=>{
// return {
// ...item,
// time:timeArr[index]
// }
// })
},