From f128d679cacda2a6b5b730ad0368b5fe73f887f7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 14 二月 2025 15:27:02 +0800 Subject: [PATCH] Merge branch 'master' into positec --- 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