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',