提交代码

This commit is contained in:
shaoleiliu-netizen123 2026-08-22 17:33:37 +08:00
parent 383591d02f
commit 9291f5ffd2
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ const columns = [
width: 120 width: 120
}, },
{ title: '合格数量', key: 'qualifiedQty',align: 'center', width: 120}, { title: '合格数量', key: 'qualifiedQty',align: 'center', width: 120},
{ title: '报废数量', key: 'scrapQty',align: 'center', width: 120}, { title: '报废数量', key: 'scrapeQty',align: 'center', width: 120},
{ {
title: '提交人', title: '提交人',
key: 'userName', key: 'userName',

View File

@ -39,7 +39,7 @@ const columns = [
width: 120 width: 120
}, },
{ title: '合格数量', key: 'qualifiedQty',align: 'center', width: 120}, { title: '合格数量', key: 'qualifiedQty',align: 'center', width: 120},
{ title: '报废数量', key: 'scrapQty',align: 'center', width: 120}, { title: '报废数量', key: 'scrapeQty',align: 'center', width: 120},
{ {
title: '提交人', title: '提交人',
key: 'userName', key: 'userName',