提交修改代码

This commit is contained in:
shaoleiliu-netizen123 2026-08-17 11:48:40 +08:00
parent 877c907166
commit d492006638

View File

@ -125,15 +125,6 @@ const reportRecordsColums:DataTableColumns<QualityTesting> = [
)
}
},
{ title: '来源类型', key: 'sourceType',align: 'center',
render(row) {
const val = row.sourceType
const opt = qcSourceTypeOptions.value.find(o => o.value === val || String(o.value) === String(val))
if (!opt) return val ?? '-'
return h(NTag, { type: opt.class, size: 'small' }, { default: () => opt.label })
}
},
{ title: '报检总数', key: 'totalQty',align: 'center' },
{ title: '已检验数量', key: 'inspectQty',align: 'center' },
{ title: '质检状态', key: 'status',align: 'center',