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/dangerReport/addDangerReportWholeProcess.html | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html b/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html index 6feaca0..7e11c4d 100644 --- a/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html +++ b/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html @@ -312,8 +312,9 @@ </div> <div class="form-group"> <label class="col-sm-3 control-label is-required">隐患整改资金:</label> - <div class="col-sm-8"> - <input name="rectifyFund" class="form-control" type="text" required> + <div class="col-sm-8" style="display: flex;align-items: center"> + <input name="rectifyFund" class="form-control" type="number" placeholder="请输入数字(单位:万)" required> + <span style="width: 50px;background: #ccc;height:34px;text-align: center;line-height: 34px">万</span> </div> </div> <div class="form-group"> -- Gitblit v1.9.2