|
@@ -220,7 +220,7 @@ export default withLayout((props) => {
|
220
|
220
|
</view>
|
221
|
221
|
</view>
|
222
|
222
|
|
223
|
|
- <text className='required'>内场接待</text>
|
|
223
|
+ <text>内场接待</text>
|
224
|
224
|
<view className='FormLine flex-h'>
|
225
|
225
|
<view className='flex-item'>
|
226
|
226
|
<Picker range-key='name' range={ConsultantList} value={0} onChange={PickerChange.bind(this, 'realtyConsultant')}>{CurrnetConsultant.name || '请选择'}</Picker>
|