|
@@ -110,7 +110,7 @@ namespace Hotline.Share.Dtos.Order
|
|
/// </summary>
|
|
/// </summary>
|
|
public OrderScreenType? ScreenType { get; set; }
|
|
public OrderScreenType? ScreenType { get; set; }
|
|
|
|
|
|
- public string ScreenTypeText => ScreenType.GetDescription();
|
|
|
|
|
|
+ public string ScreenTypeText => ScreenType.HasValue ? ScreenType.GetDescription() : string.Empty;
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 是否可办理
|
|
/// 是否可办理
|