From 6055afb34cda11df71a1704fdde1eb3955e92992 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 25 一月 2022 16:03:27 +0800
Subject: [PATCH] 提交

---
 zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml b/zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml
index 00a85bb..9d96439 100644
--- a/zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml
@@ -134,7 +134,7 @@
                                             <td colspan="2">
                                                 璐ㄧ枒浜嬮」锛�<span style="text-indent:10px">@challengeItemDTOs[i].QuestionName </span>
                                                 <br />
-                                                浜嬪疄渚濇嵁锛�<span>@challengeItemDTOs[i].Evidential</span>
+                                                浜嬪疄渚濇嵁锛欯Html.Raw("<span>" + (string.IsNullOrEmpty(challengeItemDTOs[i].Evidential) ? "" : challengeItemDTOs[i].Evidential.Replace(" ", "&nbsp;").Replace("\r", "<br/>"))  + "</span>");
                                                 <br />
                                                 @for (int j = 0; j < challengeItemDTOs[i].sysCodeDtls.Count; j++)
                                                 {
@@ -163,7 +163,7 @@
                                             <td colspan="2">
                                                 璐ㄧ枒浜嬮」@((i + 1) + "")锛�<span style="text-indent:10px">@challengeItemDTOs[i].QuestionName </span>
                                                 <br />
-                                                浜嬪疄渚濇嵁@((i + 1) + "")锛�<span>@challengeItemDTOs[i].Evidential</span>
+                                                浜嬪疄渚濇嵁@((i + 1) + "")锛� @Html.Raw("<span>" + (string.IsNullOrEmpty(challengeItemDTOs[i].Evidential) ? "" : challengeItemDTOs[i].Evidential.Replace(" ", "&nbsp;").Replace("\r", "<br/>")) + "</span>");
                                                 <br />
                                                 @for (int j = 0; j < challengeItemDTOs[i].sysCodeDtls.Count; j++)
                                                 {

--
Gitblit v1.9.1