fix 79729

This commit is contained in:
danshihao
2024-01-30 16:20:42 +08:00
parent 659ef9b638
commit 36017a1277
@@ -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',