田爽 1 rok pred
rodič
commit
47604fec7a

+ 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 ? "失败" : "成功";
 	}
 }