diff --git a/src/views/production/componets/QualityInfoPage.vue b/src/views/production/componets/QualityInfoPage.vue index 5738198..b78be4f 100644 --- a/src/views/production/componets/QualityInfoPage.vue +++ b/src/views/production/componets/QualityInfoPage.vue @@ -207,29 +207,13 @@ const detailColumns: DataTableColumns = [ { 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',