| | |
| | | const MenuForm = asyncComponent(() => import('@/menu/menuform')) |
| | | const SourceWrap = asyncComponent(() => import('@/menu/modelsource')) |
| | | const MenuShell = asyncComponent(() => import('@/menu/menushell')) |
| | | // const Controller = asyncComponent(() => import('@/mob/controller')) |
| | | const Controller = asyncComponent(() => import('@/menu/bgcontroller')) |
| | | // const DataSource = asyncComponent(() => import('@/mob/datasource')) |
| | | const TableComponent = asyncComponent(() => import('@/templates/sharecomponent/tablecomponent')) |
| | | |
| | |
| | | MenuName: this.props.match.params.MenuName, |
| | | MenuNo: this.props.match.params.MenuNo, |
| | | tables: [], |
| | | components: [] |
| | | components: [], |
| | | style: {backgroundColor: '#ffffff', backgroundImage: ''} |
| | | } |
| | | } else { |
| | | config.uuid = this.props.match.params.MenuId |
| | |
| | | <Panel header={dict['mob.component']} key="component"> |
| | | <SourceWrap /> |
| | | </Panel> |
| | | {/* <Panel header={dict['mob.style']} key="style"> |
| | | <Controller /> |
| | | </Panel> */} |
| | | <Panel header={'背景'} key="background"> |
| | | {config ? <Controller config={config} updateConfig={this.updateConfig} /> : null} |
| | | </Panel> |
| | | </Collapse> |
| | | </div> |
| | | <div className="menu-view"> |