田爽 1 năm trước cách đây
mục cha
commit
47604fec7a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 ? "失败" : "成功";
 	}
 }