| | |
| | | )} |
| | | </Form.Item> |
| | | </Col> |
| | | <Col span={24}> |
| | | <Form.Item label={ |
| | | <Tooltip placement="topLeft" title="使用登录验证后,用户必须登录系统后才可以访问,注:含有登录组件的页面中无效。"> |
| | | <Icon type="question-circle" /> |
| | | 登录验证 |
| | | </Tooltip> |
| | | }> |
| | | {getFieldDecorator('logincheck', { |
| | | initialValue: config.logincheck || 'false' |
| | | })( |
| | | <Radio.Group onChange={(e) => {this.selectChange('logincheck', e.target.value)}}> |
| | | <Radio value="true">使用</Radio> |
| | | <Radio value="false">不使用</Radio> |
| | | </Radio.Group> |
| | | )} |
| | | </Form.Item> |
| | | </Col> |
| | | {config.cacheUseful === 'true' ? <Col span={24}> |
| | | <Form.Item label="单位"> |
| | | {getFieldDecorator('timeUnit', { |