From e9bddf57ce6b67d663143cea59040db0c06719d0 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期四, 26 十月 2023 11:05:57 +0800 Subject: [PATCH] 修改验收筛选条件,禁用下拉 --- src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/editJudgeDangerReport.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/editJudgeDangerReport.html b/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/editJudgeDangerReport.html index 1988a2c..a692351 100644 --- a/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/editJudgeDangerReport.html +++ b/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/editJudgeDangerReport.html @@ -103,9 +103,9 @@ <div class="form-group"> <label class="col-sm-3 control-label is-required">隐患判定结果:</label> <div class="col-sm-8"> - <select name="reportStatus" class="form-control m-b" required> - <option value="1">不是隐患</option> + <select name="reportStatus" class="form-control m-b" required disabled> <option value="2">是隐患</option> + <option value="1">不是隐患</option> </select> </div> </div> -- Gitblit v1.9.2