@@ -293,6 +293,8 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public string Content { get; set; } = string.Empty;
|
||||
|
||||
public string ContentReplaced => Content.Replace("<br>","").Replace("<div style='margin-left:20px'>", "").Replace("</div>","");
|
||||
|
||||
[DictionaryTranslateAttribute("ChallengeIsClosed")]
|
||||
public bool IsClosed { get; set; }
|
||||
|
||||
@@ -724,6 +726,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public string CheckResult { get; set; } = String.Empty;
|
||||
|
||||
public string CheckResultReplaced => CheckResult.Replace("<br>", "").Replace("<div style='text-indent: 20px;'>", "").Replace("</div>", "");
|
||||
|
||||
public List<DialogInfo> CheckDialogList { get; set; }
|
||||
public string CheckDialogStr => string.Join("\n\n", CheckDialogList.OrderBy(t => t.CreateTime).Select(c => c.UserName + " (" + ExportExcelConverterDate.DateTimeInternationalToString(c.CreateTime) + ") :" + c.Content));
|
||||
|
||||
Reference in New Issue
Block a user