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