From ac14a207c4c2a6efc9acacb225e2bfccf3ab560d Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Sat, 25 Nov 2023 19:25:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B6=85=E8=BF=87=E9=AB=98=E5=BA=A6?= =?UTF-8?q?=E6=89=8D=E6=98=BE=E7=A4=BA=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TableColumnsDnd/index.vue | 2 +- .../configManage/configParamForm/index.vue | 2 +- .../configManage/configParamTree/index.vue | 4 ++-- .../configParamTreeTable/index.vue | 20 +++++++++++++++---- src/views/neUser/sub/index.vue | 4 ++-- src/views/perfManage/customTarget/index.vue | 2 +- src/views/perfManage/perfReport/index.vue | 2 +- src/views/perfManage/perfSet/index.vue | 2 +- src/views/traceManage/analysis/index.vue | 2 +- 9 files changed, 26 insertions(+), 14 deletions(-) diff --git a/src/components/TableColumnsDnd/index.vue b/src/components/TableColumnsDnd/index.vue index eca75b66..5a71e8ac 100644 --- a/src/components/TableColumnsDnd/index.vue +++ b/src/components/TableColumnsDnd/index.vue @@ -99,7 +99,7 @@ emit('update:columns-dnd', tableColumnsCheckList);