田爽 hace 1 año
padre
commit
47604fec7a
Se han modificado 1 ficheros con 2 adiciones y 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 ? "失败" : "成功";
 	}
 }