田爽 1 年之前
父節點
當前提交
47604fec7a
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 ? "失败" : "成功";
 	}
 }