田爽 hace 11 meses
padre
commit
3f39983fc1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/Hotline.Share/Dtos/Order/OrderScreenDto.cs

+ 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 {