From 003897fbc218c5bc51943745d08775db81b2db92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=AE=E5=BB=BA?= <450837357@qq.com> Date: Mon, 24 Mar 2025 15:35:52 +0800 Subject: [PATCH] first --- src/views/produce/feed/index.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/produce/feed/index.vue b/src/views/produce/feed/index.vue index 8e8f591..8822007 100644 --- a/src/views/produce/feed/index.vue +++ b/src/views/produce/feed/index.vue @@ -117,14 +117,14 @@ const columns: Ref> = ref([ key: 'productSpecification', width: 100 }, - { - title: '厂家料号', - key: 'partNumber', - width: 100, - ellipsis: { - tooltip: true - } - }, + // { + // title: '厂家料号', + // key: 'partNumber', + // width: 100, + // ellipsis: { + // tooltip: true + // } + // }, { title: '投料数量', key: 'inputWeight',