From ff44d8a4668db7c7b110f103bd3a3cc34086698d Mon Sep 17 00:00:00 2001 From: 16639036659 <577530412@qq.com> Date: 星期五, 27 十月 2023 08:58:44 +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