From 36017a12775887d668c1e9de23720b067490e445 Mon Sep 17 00:00:00 2001 From: danshihao Date: Tue, 30 Jan 2024 16:20:42 +0800 Subject: [PATCH] fix 79729 --- .../check/modules/RectificationPlanModal.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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',