From 9291f5ffd22bbdf33d179d71087437a132b30e1b Mon Sep 17 00:00:00 2001 From: shaoleiliu-netizen123 <480188199@qq.com> Date: Sat, 22 Aug 2026 17:33:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/biz/orderProcessPlan/components/OrderReportDetail.vue | 2 +- src/views/biz/orderProcessPlan/components/ReportDetail.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/biz/orderProcessPlan/components/OrderReportDetail.vue b/src/views/biz/orderProcessPlan/components/OrderReportDetail.vue index ea22f70..4eeef86 100644 --- a/src/views/biz/orderProcessPlan/components/OrderReportDetail.vue +++ b/src/views/biz/orderProcessPlan/components/OrderReportDetail.vue @@ -38,7 +38,7 @@ const columns = [ width: 120 }, { title: '合格数量', key: 'qualifiedQty',align: 'center', width: 120}, - { title: '报废数量', key: 'scrapQty',align: 'center', width: 120}, + { title: '报废数量', key: 'scrapeQty',align: 'center', width: 120}, { title: '提交人', key: 'userName', diff --git a/src/views/biz/orderProcessPlan/components/ReportDetail.vue b/src/views/biz/orderProcessPlan/components/ReportDetail.vue index ef5c49b..cd89228 100644 --- a/src/views/biz/orderProcessPlan/components/ReportDetail.vue +++ b/src/views/biz/orderProcessPlan/components/ReportDetail.vue @@ -39,7 +39,7 @@ const columns = [ width: 120 }, { title: '合格数量', key: 'qualifiedQty',align: 'center', width: 120}, - { title: '报废数量', key: 'scrapQty',align: 'center', width: 120}, + { title: '报废数量', key: 'scrapeQty',align: 'center', width: 120}, { title: '提交人', key: 'userName',