From e0f82ed6833f63c7aab924ca46c2c698f96be18e Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期五, 01 十二月 2023 16:23:12 +0800 Subject: [PATCH] 添加上报时间 --- src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/detailNotJudge.html | 3 ++- 1 files changed, 2 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 f69051c..35ea4bd 100644 --- a/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/detailNotJudge.html +++ b/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/detailNotJudge.html @@ -137,7 +137,8 @@ <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"> + <input th:value="${#dates.format(hiddenDangerCheckPoint.findTime,'yyyy-MM-dd')}" + class="form-control" type="text" readonly="readonly"> </div> </div> </div> -- Gitblit v1.9.2