|
@ -942,7 +942,7 @@ const Index = () => { |
|
|
<Radio value='C' checked={roadCodeHead === 'C'} color='#0080EE' className='radio' disabled={isView}>C</Radio> |
|
|
<Radio value='C' checked={roadCodeHead === 'C'} color='#0080EE' className='radio' disabled={isView}>C</Radio> |
|
|
</RadioGroup> |
|
|
</RadioGroup> |
|
|
<Input |
|
|
<Input |
|
|
style={{ width: 120 }} |
|
|
style={{ width: 140 }} |
|
|
type='text' |
|
|
type='text' |
|
|
placeholder={isView ? '' : '输入后9位线路编码'} |
|
|
placeholder={isView ? '' : '输入后9位线路编码'} |
|
|
value={roadCodeEnd} |
|
|
value={roadCodeEnd} |
|
|