|
@@ -137,7 +137,7 @@ export default withLayout((props) => {
|
137
|
137
|
<Form onSubmit={formSubmit} >
|
138
|
138
|
<View className='example-body-WorkingArea'>
|
139
|
139
|
<View>作业面积/公顷</View>
|
140
|
|
- <Input name='amount' type='number' maxlength={6} className='aTextareaCentent' placeholder='请输入地址信息' />
|
|
140
|
+ <Input name='amount' type='number' maxlength={6} className='aTextareaCentent' placeholder='请输入作业面积/公顷' />
|
141
|
141
|
</View>
|
142
|
142
|
<View className='example-body-WorkingTime'>
|
143
|
143
|
<View>作业时间:</View>
|