田爽 hai 1 ano
pai
achega
47604fec7a
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/Hotline.Share/Dtos/Settings/SystemLogDto.cs

+ 2 - 0
src/Hotline.Share/Dtos/Settings/SystemLogDto.cs

@@ -69,5 +69,7 @@ namespace Hotline.Share.Dtos.Settings
 		public string? ExecuteResult { get; set; }
 
 		public string NameText => CreatorName + Name;
+
+		public string StatusText => Status == 0 ? "失败" : "成功";
 	}
 }