| | |
| | | import asyncComponent from '@/utils/asyncComponent' |
| | | |
| | | const ColorSketch = asyncComponent(() => import('@/mob/colorsketch')) |
| | | const MkIcon = asyncComponent(() => import('@/components/mkIcon')) |
| | | const MkEditIcon = asyncComponent(() => import('@/components/mkIcon')) |
| | | |
| | | class MenusColumn extends Component { |
| | | static propTpyes = { |
| | |
| | | <Col span={8}> |
| | | <Form.Item label="颜色"> |
| | | {getFieldDecorator('color', { |
| | | initialValue: '', |
| | | initialValue: '#e8e8e8', |
| | | rules: [ |
| | | { |
| | | required: true, |
| | |
| | | {getFieldDecorator('icon', { |
| | | initialValue: '' |
| | | })( |
| | | <MkIcon allowClear/> |
| | | <MkEditIcon allowClear/> |
| | | )} |
| | | </Form.Item> |
| | | </Col> |