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