|
@@ -150,10 +150,10 @@ const BuildingBasic = React.forwardRef((props, ref) => {
|
150
|
150
|
})(<BuildingType />)}
|
151
|
151
|
</Form.Item>
|
152
|
152
|
<FormGroupItem>
|
153
|
|
- <Form.Item label="文旅商办" help="是否将本项目归纳在【首页-文旅商办】中">
|
|
153
|
+ <Form.Item label="文旅商办" help="是否将本项目归纳在【首页-文旅商办】中" {...gourpItemLayout.ab.a}>
|
154
|
154
|
{getFieldDecorator('isCommerce')(<Switch />)}
|
155
|
155
|
</Form.Item>
|
156
|
|
- <Form.Item label="近期开盘" help="本项目是否近期开盘">
|
|
156
|
+ <Form.Item label="近期开盘" help="本项目是否近期开盘" {...gourpItemLayout.ab.b}>
|
157
|
157
|
{getFieldDecorator('isRecentOpening')(<Switch />)}
|
158
|
158
|
</Form.Item>
|
159
|
159
|
</FormGroupItem>
|
|
@@ -167,14 +167,7 @@ const BuildingBasic = React.forwardRef((props, ref) => {
|
167
|
167
|
)}
|
168
|
168
|
</Form.Item>
|
169
|
169
|
<Form.Item label="电话" {...gourpItemLayout.ab.b } >
|
170
|
|
- {getFieldDecorator('tel', {
|
171
|
|
- rules: [
|
172
|
|
- {
|
173
|
|
- pattern: new RegExp('^[0-9]*$'),
|
174
|
|
- message: '请输入正确的电话号码',
|
175
|
|
- },
|
176
|
|
- ],
|
177
|
|
- })(<Input placeholder="手机或者座机号码" />)}
|
|
170
|
+ {getFieldDecorator('tel')(<Input placeholder="手机或者座机号码" />)}
|
178
|
171
|
</Form.Item>
|
179
|
172
|
</FormGroupItem>
|
180
|
173
|
<Form.Item label="项目说明" >
|