提交修改代码
This commit is contained in:
parent
6313f3bae3
commit
877c907166
@ -408,7 +408,7 @@ const AssingWorkDetailColums:DataTableColumns<AssingWorkDetail> = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
align:'center',
|
align:'center',
|
||||||
title: '质检状态',
|
title: '状态',
|
||||||
key: 'status',
|
key: 'status',
|
||||||
width: 100,
|
width: 100,
|
||||||
render(row:any) {
|
render(row:any) {
|
||||||
|
|||||||
@ -80,7 +80,7 @@ const reportRecordsColums:DataTableColumns<SubmitLog> = [
|
|||||||
{ title: '合格数量', key: 'qualifiedQty',align: 'center'},
|
{ title: '合格数量', key: 'qualifiedQty',align: 'center'},
|
||||||
{ title: '报废数量', key: 'scrapQty',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) => {
|
||||||
const val = row.submitStatus
|
const val = row.submitStatus
|
||||||
const opt = submitStatusOptions.value.find(o => o.value === val || String(o.value) === String(val))
|
const opt = submitStatusOptions.value.find(o => o.value === val || String(o.value) === String(val))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user