提交代码

This commit is contained in:
shaoleiliu-netizen123 2026-08-25 17:07:01 +08:00
parent f9e91c4216
commit 94c6dac30b

View File

@ -207,29 +207,13 @@ const detailColumns: DataTableColumns<QcResultDetail> = [
{
title: '批次号',
key: 'traceCode',
width: 80,
width: 120,
align: 'center',
render: (row) => {
const val = row.traceCode
return val ?? '-'
}
},
{
title: '不良代码',
key: 'defectCode',
width: 80,
align: 'center',
render: (row) => {
const val = row.defectCode
return val ?? '-'
}
},
{
title: '后续动作',
key: 'handleAction',
width: 80,
align: 'center'
},
{
title: '状态',
key: 'actionStatus',