From 4c538565bd930279c9e32234617aa25804b19dee Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 05 四月 2023 13:15:40 +0800
Subject: [PATCH] 2023-04-05

---
 src/menu/datasource/index.jsx |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/menu/datasource/index.jsx b/src/menu/datasource/index.jsx
index c40ff35..2de2760f 100644
--- a/src/menu/datasource/index.jsx
+++ b/src/menu/datasource/index.jsx
@@ -162,6 +162,8 @@
           }
           return item
         })
+
+        res.columns.reverse()
       }
 
       let maxScript = 0
@@ -200,6 +202,8 @@
 
       if (config.subtype !== 'dualdatacard') {
         delete res.subColumns
+      } else {
+        res.subColumns.reverse()
       }
 
       this.setState({loading: false, visible: false})

--
Gitblit v1.8.0