From 0f00394b81a98b634258ca26d7cc51a3d0c712e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=AE=E5=BB=BA?= <450837357@qq.com> Date: Thu, 3 Apr 2025 10:59:45 +0800 Subject: [PATCH] first --- src/views/produce/feedRecords/index.vue | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/produce/feedRecords/index.vue b/src/views/produce/feedRecords/index.vue index 0d494e5..27476da 100644 --- a/src/views/produce/feedRecords/index.vue +++ b/src/views/produce/feedRecords/index.vue @@ -14,9 +14,9 @@ - - - + + + @@ -163,15 +163,15 @@ const columns: Ref> = ref([ tooltip: true } }, - { - title: '生产工单号', - align: 'center', - key: 'taskSn', - width: 100, - ellipsis: { - tooltip: true - } - }, + // { + // title: '生产工单号', + // align: 'center', + // key: 'taskSn', + // width: 100, + // ellipsis: { + // tooltip: true + // } + // }, { title: '二维码编号', align: 'center',