3
1

2 Commits 93ace5307a ... 2294a57a7f

Autor SHA1 Mensagem Data
  田爽 2294a57a7f Merge branch 'test' of http://110.188.24.182:10023/Fengwo/hotline into test há 4 dias atrás
  田爽 d2e0b38dff 修复属性名称拼写错误 há 4 dias atrás
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/Hotline.Share/Dtos/Order/SendOrderReportOutDto.cs

+ 1 - 1
src/Hotline.Share/Dtos/Order/SendOrderReportOutDto.cs

@@ -31,5 +31,5 @@ public class SendOrderReportOutDto
 
 	public string StepName { get; set; }
 
-    public string RoldName => string.IsNullOrEmpty(StepName) ? "" : StepName == "派单组" ? "派单员" : "中心班长";
+    public string RoleName => string.IsNullOrEmpty(StepName) ? "" : StepName == "派单组" ? "派单员" : "中心班长";
 }