Browse Source

修改时间显示

非煤矿山灾害智能感知和预警系统
jingbowen 2 years ago
parent
commit
1af64195fb
  1. 2
      src/app/home/basic-info/unit/unit.component.ts

2
src/app/home/basic-info/unit/unit.component.ts

@ -112,7 +112,7 @@ export class UnitComponent implements OnInit {
this.listOfData = data.items
this.listOfData.forEach(element => {
if(element.lastPlanTaskTime){
element.lastPlanTaskTime=moment(element.lastPlanTaskTime).format('yyyy-MM-DD hh:ss')
element.lastPlanTaskTime=moment(element.lastPlanTaskTime).format('yyyy-MM-DD HH:ss')
}
});
this.listOfData = [...this.listOfData]

Loading…
Cancel
Save