fix:扎线 数据看板样式优化
This commit is contained in:
parent
b687772308
commit
aaee34582b
@ -137,7 +137,6 @@
|
||||
device:'250精轧4号辊'
|
||||
},
|
||||
],
|
||||
cachedDates:{},
|
||||
topList: [
|
||||
{
|
||||
name: "设备异常预警",
|
||||
@ -407,25 +406,7 @@
|
||||
this.dataList[5].time=`${year}-${month-3}-20`
|
||||
}
|
||||
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