src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/editJudgeDangerReport.html
@@ -107,7 +107,9 @@ <div class="form-group"> <label class="col-sm-3 control-label is-required">隐患发现时间:</label> <div class="col-sm-8"> <input th:value="*{findTime}" class="form-control" type="text" readonly="readonly"> <!-- <input th:value="*{findTime}" class="form-control" type="text" readonly="readonly">--> <input th:value="${#dates.format(hiddenDangerCheckPoint.findTime,'yyyy-MM-dd')}" class="form-control" type="text" readonly="readonly"> </div> </div>