JLChen
2021-07-08 35a1f11de802c78b89460c696ffbe8b1c8346a39
HDL_ON/UI/UI2/FuntionControlView/Electrical/TuyaWeepRobotHistoryPage.cs
old mode 100755 new mode 100644
@@ -42,7 +42,7 @@
            frameBack.AddChidren(rowTime);
            btnCaption = rowTime.AddLeftCaption(Language.StringByID(StringId.TotalCleaningTime), 200);
            btnCaption.TextColor = CSS.CSS_Color.FirstLevelTitleColor;
            rowTime.AddMostRightView((robotData.CleanTime / 60) + "min", 100);
            rowTime.AddMostRightView((robotData.CleanTime) + "min", 100);
        }
        #endregion