From e6f72c636a956f2347dee6edfd5cb6f90daeb646 Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期五, 25 十月 2024 14:26:38 +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