From eb257a16632071469479fd13a93dceddc289d338 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 09 十月 2019 09:43:26 +0800 Subject: [PATCH] 2019-10-09update --- src/tabviews/commontable/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/commontable/index.jsx b/src/tabviews/commontable/index.jsx index 2bccedc..a308e33 100644 --- a/src/tabviews/commontable/index.jsx +++ b/src/tabviews/commontable/index.jsx @@ -55,7 +55,7 @@ newconfig.columns = result.columns.map(column => { return column }) - newconfig.columns.length = 5 + newconfig.columns.length = 3 } newconfig.fixed = { fixaction: true, -- Gitblit v1.8.0