From fb7b633420342e9451121c838708ccd9051d61b2 Mon Sep 17 00:00:00 2001 From: git_rabbit Date: Wed, 31 Dec 2025 15:29:23 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E7=89=A9=E6=96=99=E7=AE=A1=E7=90=86):?= =?UTF-8?q?=20=E7=A7=BB=E9=99=A4=E8=A1=A8=E6=A0=BC=E5=88=97=E5=86=97?= =?UTF-8?q?=E4=BD=99=E7=9A=84show-overflow-tooltip=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=E5=B9=B6=E8=B0=83=E6=95=B4=E5=88=97=E5=8F=AF=E8=A7=81=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除el-table-column中重复的show-overflow-tooltip属性,简化代码 将columns数组中多个列的visible属性从false改为true以显示更多列 --- .../productionMaterial/MmRecordInbound.vue | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/views/materialManagement/productionMaterial/MmRecordInbound.vue b/src/views/materialManagement/productionMaterial/MmRecordInbound.vue index 2228761..64533cb 100644 --- a/src/views/materialManagement/productionMaterial/MmRecordInbound.vue +++ b/src/views/materialManagement/productionMaterial/MmRecordInbound.vue @@ -39,21 +39,21 @@ highlight-current-row @sort-change="sortChange"> - - - - - + + + + + - - - - + + + +