From ef704f3c8ed78014c0cc2b0611fa24a553927a9b Mon Sep 17 00:00:00 2001 From: danshihao Date: Tue, 26 Dec 2023 13:54:16 +0800 Subject: [PATCH] fix 79377 --- .../modules/InspectionProcessReport.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessReport.vue b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessReport.vue index 26fd156b..e7e63ed7 100644 --- a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessReport.vue +++ b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessReport.vue @@ -74,7 +74,7 @@ export default { title: this.$t('serialNumber'), dataIndex: '', key: 'rowIndex', - width: 60, + width: 80, align: 'center', customRender: function (t, r, index) { return parseInt(index) + 1