diff --git a/src/views/enterpriseStandardLibrary/check/modules/RectificationPlanModal.vue b/src/views/enterpriseStandardLibrary/check/modules/RectificationPlanModal.vue index c44b9fc9..a8d5f4c0 100644 --- a/src/views/enterpriseStandardLibrary/check/modules/RectificationPlanModal.vue +++ b/src/views/enterpriseStandardLibrary/check/modules/RectificationPlanModal.vue @@ -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',