From d4920066381f1b7baff919d7241723e16e140f77 Mon Sep 17 00:00:00 2001 From: shaoleiliu-netizen123 <480188199@qq.com> Date: Mon, 17 Aug 2026 11:48:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/production/componets/QualityInfoPage.vue | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/views/production/componets/QualityInfoPage.vue b/src/views/production/componets/QualityInfoPage.vue index 8406c25..ea899c7 100644 --- a/src/views/production/componets/QualityInfoPage.vue +++ b/src/views/production/componets/QualityInfoPage.vue @@ -125,15 +125,6 @@ const reportRecordsColums:DataTableColumns = [ ) } }, - { 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',