From 4e1ff4a312e5c5655de7c2ba611bab70415f3eda Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 10 三月 2020 18:20:35 +0800 Subject: [PATCH] 2020-03-10 --- src/templates/subtableconfig/index.jsx | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/src/templates/subtableconfig/index.jsx b/src/templates/subtableconfig/index.jsx index 6cc9aab..1de6f80 100644 --- a/src/templates/subtableconfig/index.jsx +++ b/src/templates/subtableconfig/index.jsx @@ -2370,14 +2370,6 @@ <Icon type="unlock" /> </div> </div> - {configAction.length > 0 ? - <p className="config-btn-title"> - <Tooltip placement="topLeft" title="鐐瑰嚮鎸夐挳锛屽彲瀹屾垚鎴栨煡鐪嬫寜閽厤缃俊鎭��"> - <Icon type="question-circle" /> - </Tooltip> - {this.state.dict['header.menu.action.configurable']} - </p> : null - } {configAction.map((item, index) => { return ( <div key={index}> @@ -2434,6 +2426,7 @@ <DragElement type="action" list={this.state.config.action} + setting={this.state.config.setting} handleList={this.handleList} handleMenu={this.handleAction} copyElement={(val) => this.handleAction(val, 'copy')} -- Gitblit v1.8.0