fix 79729
This commit is contained in:
@@ -58,6 +58,20 @@ export default {
|
||||
return parseInt(index) + 1
|
||||
}
|
||||
},
|
||||
{ // 依据条款
|
||||
title: this.$t('enterpriseStandardLibrary.check.basedClause'),
|
||||
align: 'center',
|
||||
width: 140,
|
||||
dataIndex: 'enterpriseStandardInspectReport.baseClause',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{ // 标准内容或要求
|
||||
title: this.$t('enterpriseStandardLibrary.check.standardContent'),
|
||||
align: 'center',
|
||||
width: 150,
|
||||
dataIndex: 'enterpriseStandardInspectReport.standardRequire',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{
|
||||
title: this.$t('enterpriseStandardLibrary.check.existProblem'),
|
||||
align: 'center',
|
||||
|
||||
Reference in New Issue
Block a user