From ae169691366ae1eb93ca72781d54d2e554763d04 Mon Sep 17 00:00:00 2001
From: ray <1490493387@qq.com>
Date: Tue, 6 Aug 2024 13:43:08 +0800
Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20=E4=BB=A3=E7=A0=81?=
=?UTF-8?q?=E7=94=9F=E6=88=90=E5=AD=97=E6=AE=B5=E9=85=8D=E7=BD=AE=E6=8B=96?=
=?UTF-8?q?=E6=8B=BD=E6=8E=92=E5=BA=8F=E6=8C=87=E5=AE=9A=E4=BD=8D=E7=BD=AE?=
=?UTF-8?q?=EF=BC=8C=E9=81=BF=E5=85=8D=E6=97=A0=E6=B3=95=E5=89=AA=E5=88=87?=
=?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86=E5=86=85=E5=AE=B9=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/generator/index.vue | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/views/generator/index.vue b/src/views/generator/index.vue
index 4be8e404..89a012fd 100644
--- a/src/views/generator/index.vue
+++ b/src/views/generator/index.vue
@@ -161,7 +161,10 @@
highlight--currentrow
:data="formData.fieldConfigs"
>
-
+
+
+
+
{{ scope.row.columnName }}
@@ -471,6 +474,7 @@ const initSort = () => {
group: "shared",
animation: 150,
ghostClass: "sortable-ghost", //拖拽样式
+ handle: ".sortable-handle", //拖拽区域
easing: "cubic-bezier(1, 0, 0, 1)",
onStart: (item: any) => {},