From 4f937074a3cf8b56d86139f9ea6bf98f9682e63b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 07 十一月 2024 21:38:09 +0800
Subject: [PATCH] 2024-11-07

---
 src/templates/sharecomponent/columncomponent/dragcolumn/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/templates/sharecomponent/columncomponent/dragcolumn/index.jsx b/src/templates/sharecomponent/columncomponent/dragcolumn/index.jsx
index 267c6c4..bb981ed 100644
--- a/src/templates/sharecomponent/columncomponent/dragcolumn/index.jsx
+++ b/src/templates/sharecomponent/columncomponent/dragcolumn/index.jsx
@@ -62,7 +62,7 @@
       newcard.field = ''
       newcard.Hide = 'false'
       newcard.contrastType = 'static'
-      newcard.IsSort = 'true'
+      newcard.IsSort = 'false'
       newcard.type = item.subType
       newcard.Width = item.subType === 'number' ? 80 : 120
       if (item.subType === 'colspan') {

--
Gitblit v1.8.0