multiple bugfixes from 20 Apr 2020 to 7 jan 2023
This commit is contained in:
parent
902e04c7e6
commit
63d062c4a7
122 changed files with 13163 additions and 12361 deletions
|
|
@ -23,6 +23,7 @@ export class ReportSettingComponent implements OnInit {
|
|||
{name:"Door",dash_column:false,value:"door_column"},
|
||||
{name :"Temperature",dash_column:false,value:"temp_column"},
|
||||
{name :"Charging status",dash_column:false,value:"charging_column"},
|
||||
{ name: "Address", dash_column: false, value: "address" },
|
||||
|
||||
];
|
||||
reportArray = [
|
||||
|
|
@ -169,9 +170,9 @@ export class ReportSettingComponent implements OnInit {
|
|||
|
||||
// arr[0].dash_column = d_column[dt].dash_column;
|
||||
// this.dashboard_column[dt].dash_column = d_column[dt] ;
|
||||
arr1[0].dash_column = d_column[dt] ;
|
||||
arr1[0].dash_column = d_column[dt] ? d_column[dt]:false ;
|
||||
|
||||
console.log('d_column[dt]',d_column[dt])
|
||||
console.log('d_column[dt]', d_column[dt] ? d_column[dt] : false)
|
||||
// arr[0].Astatus = tempReport[dt].Astatus;
|
||||
}
|
||||
console.log("that.reportArray=>",that.reportArray);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue