| | |
| | | dict: PropTypes.object, // 字典项 |
| | | menu: PropTypes.object, // 菜单信息 |
| | | config: PropTypes.object, // 页面配置信息 |
| | | permFuncField: PropTypes.array, // 自定义函数可用字段 |
| | | search: PropTypes.array // 搜索条件 |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | render() { |
| | | const { config, menu, dict, permFuncField } = this.props |
| | | const { config, menu, dict } = this.props |
| | | const { loading, activeKey, setting, defaultSql, columns, scripts } = this.state |
| | | |
| | | return ( |
| | |
| | | columns={columns} |
| | | setting={setting} |
| | | scripts={scripts} |
| | | permFuncField={permFuncField} |
| | | wrappedComponentRef={(inst) => this.settingForm = inst} |
| | | /> |
| | | </TabPane> |