From de37b84bd2d700211fad8098309c0d87471195de Mon Sep 17 00:00:00 2001 From: andy <1042025947@qq.com> Date: Wed, 12 Aug 2026 17:22:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A8=E6=A3=80=E8=A1=A8=E5=8D=95=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/biz/qualityTesting/index.vue | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/views/biz/qualityTesting/index.vue b/src/views/biz/qualityTesting/index.vue index 95eee87..770c97b 100644 --- a/src/views/biz/qualityTesting/index.vue +++ b/src/views/biz/qualityTesting/index.vue @@ -490,15 +490,16 @@ const columns: DataTableColumns = [ align: 'center', width: 120 }, - { 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 ?? '-' + // { 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 }) - } - }, + // return h(NTag, { type: opt.class, size: 'small' }, { default: () => opt.label }) + // } + // }, + { title: '业务来源', key: 'businessName',align: 'center'}, // { title: '来源业务ID(汇报单/派工单等)', key: 'sourceId' }, // { title: '关联生产订单ID', key: 'orderId' }, // { title: '关联工序计划ID', key: 'processId' },