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',