田爽 11 сар өмнө
parent
commit
3f39983fc1

+ 2 - 0
src/Hotline.Share/Dtos/Order/OrderScreenDto.cs

@@ -206,6 +206,8 @@ namespace Hotline.Share.Dtos.Order
 		/// 甄别耗时
 		/// </summary>
 		public decimal? TimeConsuming { get; set; }
+
+		public string TimeConsuminText => TimeConsuming.HasValue ? TimeConsuming.ToString() + "天" : "-";
 	}
 
 	public class PublishScreenDto {