From 33f993317a85c9f2f51edb312dd2481427ad1228 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期二, 28 十一月 2023 17:30:07 +0800
Subject: [PATCH] 添加字段

---
 src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/detailNotJudge.html |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/detailNotJudge.html b/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/detailNotJudge.html
index cc869e2..f69051c 100644
--- a/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/detailNotJudge.html
+++ b/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/detailNotJudge.html
@@ -124,7 +124,7 @@
             </div>
             <div class="col-sm-6">
                 <div class="form-group">
-                    <label class="col-sm-4 control-label  ">判定人:</label>
+                    <label class="col-sm-4 control-label  ">隐患责任人(判定人):</label>
                     <div class="col-sm-8">
                         <input th:value="*{judgeUserName}" class="form-control" type="text" readonly="readonly">
                     </div>
@@ -132,6 +132,24 @@
             </div>
         </div>
 
+        <div class="row">
+            <div class="col-sm-6">
+                <div class="form-group">
+                    <label class="col-sm-4 control-label  ">隐患发现时间:</label>
+                    <div class="col-sm-8">
+                        <input th:value="*{findTime}" class="form-control" type="text" readonly="readonly">
+                    </div>
+                </div>
+            </div>
+            <div class="col-sm-6">
+                <div class="form-group">
+                    <label class="col-sm-4 control-label  ">检查人:</label>
+                    <div class="col-sm-8">
+                        <input th:value="*{checkPerson}" class="form-control" type="text" readonly="readonly">
+                    </div>
+                </div>
+            </div>
+        </div>
 
         <div class="row">
             <div class="col-sm-6">

--
Gitblit v1.9.2