From 1c4f3bce3d88557b7ddb5f0a49b4be5e91b416f1 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 14 十月 2021 13:42:33 +0800 Subject: [PATCH] 专家测试--题库管理 --- zhengcaioa/zhengcaioa/Views/ExpertTestTopic/print.cshtml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/ExpertTestTopic/print.cshtml b/zhengcaioa/zhengcaioa/Views/ExpertTestTopic/print.cshtml index 544e931..6380dab 100644 --- a/zhengcaioa/zhengcaioa/Views/ExpertTestTopic/print.cshtml +++ b/zhengcaioa/zhengcaioa/Views/ExpertTestTopic/print.cshtml @@ -62,10 +62,10 @@ <td style="width:7%;"> 棰樺瀷</td> <td style="width:7%;"> 鐭ヨ瘑鐐�</td> <td style="width:7%;"> 鍖哄煙</td> - <td style="width:50%;"> 璇曢</td> + <td style="width:30%;"> 璇曢</td> <td style="width:7%;"> 閲嶇偣鏍囨敞</td> <td style="width:7%;"> 瀹℃牳</td> - <td style="width:7%;"> 瑙f瀽</td> + <td style="width:30%;"> 瑙f瀽</td> </tr> @@ -84,7 +84,7 @@ <td> @Html.Raw(ExpertTestTopicDTO.Topic)</td> <td> @Html.Raw(ExpertTestTopicDTO.ZhongdianName)</td> <td> @Html.Raw(ExpertTestTopicDTO.ShenpiStatusName)</td> - <td> @Html.Raw(ExpertTestTopicDTO.JiexiStatusName)</td> + <td> @Html.Raw(ExpertTestTopicDTO.Jiexi)</td> </tr> i++; -- Gitblit v1.9.1