车辆监控优化
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user