From 9ee3d1f9a09a865188baffdffb85f6ad329c7b09 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 19 十二月 2021 01:09:20 +0800 Subject: [PATCH] 2021-12-19 --- src/menu/components/table/edit-table/columns/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/menu/components/table/edit-table/columns/index.jsx b/src/menu/components/table/edit-table/columns/index.jsx index c52f0e3..023ccbf 100644 --- a/src/menu/components/table/edit-table/columns/index.jsx +++ b/src/menu/components/table/edit-table/columns/index.jsx @@ -295,8 +295,7 @@ intertype: 'system', execSuccess: 'grid', execError: 'never', - show: 'link', - $type: 'tableButton' + show: 'link' } // 娉ㄥ唽浜嬩欢-娣诲姞鍏冪礌 @@ -430,7 +429,7 @@ let cell = { uuid: Utils.getuuid(), label: item.label, field: item.field, Align: 'left', Hide: 'false', IsSort: 'false', Width: 120, blacklist: [], postfix: '', prefix: '', linkmenu: [], marks: [], perspective: 'linkmenu' } - if (/Nvarchar/ig.test(item.datatype)) { + if (/Nvarchar|date/ig.test(item.datatype)) { cell.type = 'text' cell.rowspan = 'false' cell.textFormat = 'none' @@ -439,6 +438,7 @@ cell.format = 'none' cell.sum = 'false' cell.decimal = item.decimal || 0 + cell.Width = 80 } columns.push(cell) -- Gitblit v1.8.0