fix:扎线 数据看板样式优化
This commit is contained in:
parent
b687772308
commit
aaee34582b
@ -137,7 +137,6 @@
|
|||||||
device:'250精轧4号辊'
|
device:'250精轧4号辊'
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
cachedDates:{},
|
|
||||||
topList: [
|
topList: [
|
||||||
{
|
{
|
||||||
name: "设备异常预警",
|
name: "设备异常预警",
|
||||||
@ -408,24 +407,6 @@
|
|||||||
}
|
}
|
||||||
console.log(this.dataList,'this.dataList')
|
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]
|
|
||||||
// }
|
|
||||||
// })
|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user