2 İşlemeler 93ace5307a ... 2294a57a7f

Yazar SHA1 Mesaj Tarih
  田爽 2294a57a7f Merge branch 'test' of http://110.188.24.182:10023/Fengwo/hotline into test 4 gün önce
  田爽 d2e0b38dff 修复属性名称拼写错误 4 gün önce

+ 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 == "派单组" ? "派单员" : "中心班长";
 }