修改代码

This commit is contained in:
shaoleiliu-netizen123 2026-08-13 11:20:33 +08:00
parent 37e2e587e3
commit 1be9e0296c

View File

@ -77,6 +77,8 @@ const pagination = reactive({
const reportRecordsColums:DataTableColumns<SubmitLog> = [ const reportRecordsColums:DataTableColumns<SubmitLog> = [
{ title: '汇报数量', key: 'quantity',align: 'center'}, { title: '汇报数量', key: 'quantity',align: 'center'},
{ title: '合格数量', key: 'qualifiedQty',align: 'center'},
{ title: '报废数量', key: 'scrapQty',align: 'center'},
{ title: '汇报人', key: 'userName',align: 'center' }, { title: '汇报人', key: 'userName',align: 'center' },
{ title: '派工状态', key: 'submitStatus',align: 'center', { title: '派工状态', key: 'submitStatus',align: 'center',
render: (row) => { render: (row) => {