车辆监控优化

This commit is contained in:
DDIsFriend
2023-12-28 17:23:28 +08:00
parent 2ab5ee5cb4
commit 3a600682fd
12 changed files with 260 additions and 186 deletions

View File

@@ -198,7 +198,7 @@ public class VehicleMonitorListDataModel : Decodable {
var taskStatusString : String?
var workingCount : Int? = 0
var shouldShowWorkingCount : Bool {
if let workingCount, workingCount > 0 {
if let workingCount, workingCount > 1 {
return true
}
return false