From a5f99a5f0e2035851997221bc2430f8cfd1dc146 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 04 十二月 2019 23:21:04 +0800 Subject: [PATCH] 2019-12-04 --- src/tabviews/commontable/index.jsx | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/tabviews/commontable/index.jsx b/src/tabviews/commontable/index.jsx index b3a7690..b14f9ab 100644 --- a/src/tabviews/commontable/index.jsx +++ b/src/tabviews/commontable/index.jsx @@ -103,20 +103,20 @@ }) let _actions = config.action.filter(item => item.position === 'toolbar') - let _operation = config.action.filter(item => item.position === 'grid') + // let _operation = config.action.filter(item => item.position === 'grid') - if (_operation.length > 0) { - _columns.push({ - Align: 'center', - uuid: Utils.getuuid(), - IsSort: 'false', - Width: 120, - type: 'operation', - style: 'button', - label: this.state.dict['main.column.operation'], - operations: _operation - }) - } + // if (_operation.length > 0) { + // _columns.push({ + // Align: 'center', + // uuid: Utils.getuuid(), + // IsSort: 'false', + // Width: 120, + // type: 'action', + // style: 'button', + // label: this.state.dict['main.column.operation'], + // operations: _operation + // }) + // } this.setState({ config: config, -- Gitblit v1.8.0