Fix display % x OEE
This commit is contained in:
@@ -22,7 +22,7 @@ namespace MP.Data.DatabaseModels
|
||||
|
||||
[NotMapped]
|
||||
[DisplayFormat(DataFormatString = "{0:N2}", ApplyFormatInEditMode = true)]
|
||||
public double OEE => (double)TotPeriodo * 100 / 480;
|
||||
public double OEE => (double)TotPeriodo / 480;
|
||||
|
||||
[DisplayFormat(DataFormatString = "{0:N2}", ApplyFormatInEditMode = true)]
|
||||
public double TotPeriodo { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user