浏览代码

fix:评价暴露覆盖率值修改

linchengzhe 1 年之前
父节点
当前提交
dace1f09f1
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      src/views/sceneLibrary/common.js
  2. 1 1
      src/views/sceneLibrary/gradingRulesList.vue

+ 2 - 2
src/views/sceneLibrary/common.js

@@ -4,11 +4,11 @@ export  const ruleTypeOpts = [
     label: '危险度',
   },
   {
-    value: '3',
+    value: '4',
     label: '覆盖率',
   },
   {
-    value: '4',
+    value: '3',
     label: '暴露率',
   },
   {

+ 1 - 1
src/views/sceneLibrary/gradingRulesList.vue

@@ -172,7 +172,7 @@ export default {
       },
       ruleTypeOpts, // 规则类型
       searchDate: '', // 创建时间
-      ruleMap: ['', '复杂度', '危险度', '覆盖率', '暴露率'],
+      ruleMap: ['', '复杂度', '危险度', '暴露率','覆盖率'],
       columns: [
         //表格列
         {