From 40b263fb22d260e5d3afffcb6009eabd935aef03 Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: 星期四, 13 七月 2023 09:49:25 +0800
Subject: [PATCH] 临时提交
---
src/main/resources/templates/tr/riskEvaluationList/edit.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/main/resources/templates/tr/riskEvaluationList/edit.html b/src/main/resources/templates/tr/riskEvaluationList/edit.html
index 157f209..a35c40f 100644
--- a/src/main/resources/templates/tr/riskEvaluationList/edit.html
+++ b/src/main/resources/templates/tr/riskEvaluationList/edit.html
@@ -254,31 +254,31 @@
</div>
</div>
<div class="form-group">
- <label class="col-sm-3 control-label">剩余风险评价风险值:</label>
+ <label class="col-sm-3 control-label">固有风险评价风险值:</label>
<div class="col-sm-8">
<input name="evaluationAfterFengxianzhi" th:field="*{evaluationAfterFengxianzhi}" class="form-control" type="text">
</div>
</div>
<div class="form-group">
- <label class="col-sm-3 control-label">剩余风险评价级别:</label>
+ <label class="col-sm-3 control-label">固有风险评价级别:</label>
<div class="col-sm-8">
<input name="evaluationAfterJibie" th:field="*{evaluationAfterJibie}" class="form-control" type="text">
</div>
</div>
<div class="form-group">
- <label class="col-sm-3 control-label">剩余风险评价风险级别:</label>
+ <label class="col-sm-3 control-label">固有风险评价风险级别:</label>
<div class="col-sm-8">
<input name="evaluationAfterFengxianJibie" th:field="*{evaluationAfterFengxianJibie}" class="form-control" type="text">
</div>
</div>
<div class="form-group">
- <label class="col-sm-3 control-label">剩余风险评价风险色:</label>
+ <label class="col-sm-3 control-label">固有风险评价风险色:</label>
<div class="col-sm-8">
<input name="evaluationAfterFengxianse" th:field="*{evaluationAfterFengxianse}" class="form-control" type="text">
</div>
</div>
<div class="form-group">
- <label class="col-sm-3 control-label">剩余风险评价管控层级(1班组级,2车间级,3部门级,4公司级):</label>
+ <label class="col-sm-3 control-label">固有风险评价管控层级(1班组级,2车间级,3部门级,4公司级):</label>
<div class="col-sm-8">
<input name="evaluationAfterGuankongCengji" th:field="*{evaluationAfterGuankongCengji}" class="form-control" type="text">
</div>
--
Gitblit v1.9.2