소스 검색

项目添加未通过原因

zhangxiaojun 5 달 전
부모
커밋
0dcbc3ee24
2개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/views/creditManage/coreEnterprise/indexTable.js
  2. 5 0
      src/views/creditManage/projectCredit/indexTable.js

+ 5 - 0
src/views/creditManage/coreEnterprise/indexTable.js

@@ -122,6 +122,11 @@ export default {
           label: '核心企业准入结果',
           prop: 'coreStatusStr'
         },
+        {
+          label: '未通过原因',
+          prop: 'errorString',
+          showTooltip: true
+        },
         {
           label: '最近提交时间',
           prop: 'gmtModified'

+ 5 - 0
src/views/creditManage/projectCredit/indexTable.js

@@ -111,6 +111,11 @@ export default {
           prop: 'projectStatusStr',
           showTooltip: true
         },
+        {
+          label: '未通过原因',
+          prop: 'errorString',
+          showTooltip: true
+        },
         {
           label: '最近提交时间',
           prop: 'gmtModified'