修改代码
This commit is contained in:
parent
37e2e587e3
commit
1be9e0296c
@ -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) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user