From 0d767e8f7d230fbffe293784d2d0e819423e3e9f Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期二, 21 三月 2023 13:13:02 +0800
Subject: [PATCH] 表格描述
---
src/main/resources/templates/tr/riskCheckPoint/ledger.html | 90 +++++++++++++++++++++++----------------------
1 files changed, 46 insertions(+), 44 deletions(-)
diff --git a/src/main/resources/templates/tr/riskCheckPoint/ledger.html b/src/main/resources/templates/tr/riskCheckPoint/ledger.html
index 7874f94..ece4079 100644
--- a/src/main/resources/templates/tr/riskCheckPoint/ledger.html
+++ b/src/main/resources/templates/tr/riskCheckPoint/ledger.html
@@ -89,7 +89,7 @@
</select>
</li>
<li>
- <label>剩余风险评价风险级别:</label>
+ <label>固有风险评价风险级别:</label>
<select name="evaluationAfterFengxianJibie" >
<option value="">所有</option>
<option value="低">低</option>
@@ -198,21 +198,22 @@
}
},
+
{
- field: 'evaluationNowFengxianzhi',
- title: '现有措施评价风险值'
+ field: 'evaluationNowFengxianzhi',
+ title: '固有风险评价风险值'
},
{
- field: 'evaluationNowJibie',
- title: '现有措施评价级别'
+ field: 'evaluationNowJibie',
+ title: '固有风险评价级别'
},
{
- field: 'evaluationNowFengxianJibie',
- title: '现有措施评价风险级别'
+ field: 'evaluationNowFengxianJibie',
+ title: '固有风险评价风险级别'
},
{
- field: 'evaluationNowFengxianse',
- title: '现有措施评价风险色',
+ field: 'evaluationNowFengxianse',
+ title: '固有风险评价风险色',
formatter: function(value, row, index) {
var actions = [];
if (row.evaluationNowFengxianse=='红色'){
@@ -229,7 +230,42 @@
}
},
{
- field: 'evaluationNowGuankongCengji',
+ field: 'evaluationNowGuankongCengji',
+ title: '固有风险评价管控层级'
+ },
+
+ {
+ field: 'evaluationAfterFengxianzhi',
+ title: '现有措施评价风险值'
+ },
+ {
+ field: 'evaluationAfterJibie',
+ title: '现有措施评价级别'
+ },
+ {
+ field: 'evaluationAfterFengxianJibie',
+ title: '现有措施评价风险级别'
+ },
+ {
+ field: 'evaluationAfterFengxianse',
+ title: '现有措施评价风险色',
+ formatter: function(value, row, index) {
+ var actions = [];
+ if (row.evaluationAfterFengxianse=='红色'){
+ actions.push('<a class="btn btn-warning btn-rounded" style="background-color: #ff0000;border-color: #ff0000;color: #000000;" href="#">红色</a> ');
+ }else if(row.evaluationAfterFengxianse=='橙色'){
+ actions.push('<a class="btn btn-warning btn-rounded" style="background-color: #ff6100;border-color: #ff6100;color: #000000;" href="#">橙色</a> ');
+ }else if(row.evaluationAfterFengxianse=='黄色'){
+ actions.push('<a class="btn btn-warning btn-rounded" style="background-color: #ffff00;border-color: #ffff00;color: #000000;" href="#">黄色</a> ');
+
+ }else if(row.evaluationAfterFengxianse=='蓝色'){
+ actions.push('<a class="btn btn-warning btn-rounded" style="background-color: #0000ff;border-color: #0000ff;color: #ffffff;" href="#">蓝色</a> ');
+ }
+ return actions.join('');
+ }
+ },
+ {
+ field: 'evaluationAfterGuankongCengji',
title: '现有措施评价管控层级'
},
@@ -254,40 +290,6 @@
// title: '建议应急处置措施'
// },
- {
- field: 'evaluationAfterFengxianzhi',
- title: '剩余风险评价风险值'
- },
- {
- field: 'evaluationAfterJibie',
- title: '剩余风险评价级别'
- },
- {
- field: 'evaluationAfterFengxianJibie',
- title: '剩余风险评价风险级别'
- },
- {
- field: 'evaluationAfterFengxianse',
- title: '剩余风险评价风险色',
- formatter: function(value, row, index) {
- var actions = [];
- if (row.evaluationAfterFengxianse=='红色'){
- actions.push('<a class="btn btn-warning btn-rounded" style="background-color: #ff0000;border-color: #ff0000;color: #000000;" href="#">红色</a> ');
- }else if(row.evaluationAfterFengxianse=='橙色'){
- actions.push('<a class="btn btn-warning btn-rounded" style="background-color: #ff6100;border-color: #ff6100;color: #000000;" href="#">橙色</a> ');
- }else if(row.evaluationAfterFengxianse=='黄色'){
- actions.push('<a class="btn btn-warning btn-rounded" style="background-color: #ffff00;border-color: #ffff00;color: #000000;" href="#">黄色</a> ');
-
- }else if(row.evaluationAfterFengxianse=='蓝色'){
- actions.push('<a class="btn btn-warning btn-rounded" style="background-color: #0000ff;border-color: #0000ff;color: #ffffff;" href="#">蓝色</a> ');
- }
- return actions.join('');
- }
- },
- {
- field: 'evaluationAfterGuankongCengji',
- title: '剩余风险评价管控层级'
- },
{
field: 'reviewUser.userName',
title: '审核负责人'
--
Gitblit v1.9.2