From ecf64d53077bcfcda4a6cf054d398e3c929a374b Mon Sep 17 00:00:00 2001 From: 16639036659 <577530412@qq.com> Date: 星期二, 22 八月 2023 10:08:21 +0800 Subject: [PATCH] 隐患信息导出增加责任部门 --- src/main/resources/templates/tr/hiddenDangerCheck/dangerRectify/editDangerRectify.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/tr/hiddenDangerCheck/dangerRectify/editDangerRectify.html b/src/main/resources/templates/tr/hiddenDangerCheck/dangerRectify/editDangerRectify.html index 1130bd0..6d4a557 100644 --- a/src/main/resources/templates/tr/hiddenDangerCheck/dangerRectify/editDangerRectify.html +++ b/src/main/resources/templates/tr/hiddenDangerCheck/dangerRectify/editDangerRectify.html @@ -127,7 +127,7 @@ <div class="form-group"> <label class="col-sm-4 control-label ">隐患名称:</label> <div class="col-sm-8"> - <input th:value="*{dangerName}" class="form-control" type="text" readonly="readonly"> + <textarea th:field="*{dangerName}" class="form-control" type="text" rows="4" readonly="readonly"></textarea> </div> </div> </div> @@ -147,7 +147,7 @@ <div class="form-group"> <label class="col-sm-4 control-label ">隐患描述:</label> <div class="col-sm-8"> - <input th:value="*{dangerDescription}" class="form-control" type="text" readonly="readonly"> + <textarea th:field="*{dangerDescription}" class="form-control" type="text" rows="4" readonly="readonly"></textarea> </div> </div> </div> -- Gitblit v1.9.2