Browse Source

添加风险类型表码

林倩 2 years ago
parent
commit
8ca47125c3

+ 2 - 2
config/dev.env.js

@@ -33,9 +33,9 @@ module.exports = merge(prodEnv, {
   PROT: '8871',
   PROT: '8871',
   PROXY_TABLE: JSON.stringify({
   PROXY_TABLE: JSON.stringify({
     '/dcucauth': {
     '/dcucauth': {
-      // target: "http://10.11.1.237:8861"
+      target: "http://10.11.1.237:8861"
       // target: "http://10.254.11.203:8861"
       // target: "http://10.254.11.203:8861"
-       target: "http://192.168.10.2:8871"
+      //  target: "http://192.168.10.2:8871"
       //  target: "http://192.168.6.133:3471"
       //  target: "http://192.168.6.133:3471"
       // target: 'http://192.168.6.131:3561'
       // target: 'http://192.168.6.131:3561'
     }
     }

+ 5 - 5
src/pages/auth-subject-manage/environment-element/index.vue

@@ -16,7 +16,6 @@
       :tableHeader="tableHeader"
       :tableHeader="tableHeader"
       :condition="condition"
       :condition="condition"
       :tableOptList="tableOptList"
       :tableOptList="tableOptList"
-      lazyLoad
     >
     >
     </new-table>
     </new-table>
   </div>
   </div>
@@ -43,7 +42,8 @@ export default {
       tableHeader: [
       tableHeader: [
         {
         {
           prop: 'envElementType',
           prop: 'envElementType',
-          label: '环境要素类型'
+          label: '环境要素类型',
+          code: "DM_ENV_ELE_TYPE"
         },
         },
         {
         {
           prop: 'envElementName',
           prop: 'envElementName',
@@ -63,7 +63,7 @@ export default {
           op: '=',
           op: '=',
           component: 'DgSelect',
           component: 'DgSelect',
           attr: {
           attr: {
-            data: []
+            code: "DM_ENV_ELE_TYPE"
           }
           }
         },
         },
         {
         {
@@ -81,9 +81,9 @@ export default {
           value: '',
           value: '',
           rules: [{ required: true, message: '请选择环境要素类型', trigger: 'change' }],
           rules: [{ required: true, message: '请选择环境要素类型', trigger: 'change' }],
           attr: {
           attr: {
-            code: 'DM_APPLY_STATUS'
+            code: 'DM_ENV_ELE_TYPE'
           },
           },
-          code: 'DM_APPLY_STATUS',
+          code: 'DM_ENV_ELE_TYPE',
           span: 24
           span: 24
         },
         },
         {
         {

+ 2 - 1
src/pages/log-manage/author-risk-log/index.vue

@@ -50,7 +50,8 @@ export default {
         },
         },
         {
         {
           prop: 'riskType',
           prop: 'riskType',
-          label: '风险类型'
+          label: '风险类型',
+          code: "DM_AUTHOR_RISK_TYPE "
         },
         },
         {
         {
           prop: 'riskContent',
           prop: 'riskContent',