From 015f9c2f306e8f646fe9c3243d18e7498aab7d4a Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 24 一月 2024 09:37:18 +0800 Subject: [PATCH] 添加字段 --- src/main/resources/templates/tr/hiddenDangerCheck/dangerRectify/editDangerRectify.html | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/main/resources/templates/tr/hiddenDangerCheck/dangerRectify/editDangerRectify.html b/src/main/resources/templates/tr/hiddenDangerCheck/dangerRectify/editDangerRectify.html index 81e99a8..0eddc74 100644 --- a/src/main/resources/templates/tr/hiddenDangerCheck/dangerRectify/editDangerRectify.html +++ b/src/main/resources/templates/tr/hiddenDangerCheck/dangerRectify/editDangerRectify.html @@ -176,7 +176,16 @@ </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="*{remark}" class="form-control" type="text" readonly="readonly"> + </div> + </div> + </div> + </div> <div class="row"> <div class="col-sm-6"> <div class="form-group"> -- Gitblit v1.9.2