From 47e8fca6649cbb11ee91b020d40c10708af1d372 Mon Sep 17 00:00:00 2001 From: danshihao Date: Thu, 21 Dec 2023 16:11:08 +0800 Subject: [PATCH] fix 79320 --- .../modules/InspectionProcessRectificationPlan.vue | 2 +- .../modules/InspectionProcessReport.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessRectificationPlan.vue b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessRectificationPlan.vue index 189b52c2..87830ca7 100644 --- a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessRectificationPlan.vue +++ b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessRectificationPlan.vue @@ -25,7 +25,7 @@ :can-drag="true" rowKey="id" :row-selection="null" - :pagination="false" + :pagination="ipagination" :scroll="{x: '100%'}" @change="tableOnChange"> diff --git a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessReport.vue b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessReport.vue index 9a696e71..26fd156b 100644 --- a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessReport.vue +++ b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessReport.vue @@ -25,7 +25,7 @@ :can-drag="true" rowKey="id" :row-selection="null" - :pagination="false" + :pagination="ipagination" :scroll="{x: '100%'}" @change="tableOnChange">