From 94c6dac30b99d10ca2416c587b31f1b405807b9b Mon Sep 17 00:00:00 2001 From: shaoleiliu-netizen123 <480188199@qq.com> Date: Tue, 25 Aug 2026 17:07:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../production/componets/QualityInfoPage.vue | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) 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',