|
@ -68,7 +68,7 @@ function StepTwo(props) { |
|
|
key: 'value', |
|
|
key: 'value', |
|
|
render: (text, record) => { |
|
|
render: (text, record) => { |
|
|
return <Input |
|
|
return <Input |
|
|
// type={text == "password" ? "password" : ''}
|
|
|
type={(text == "password" || text == "user") ? "password" : ''} |
|
|
disabled={!!editData} |
|
|
disabled={!!editData} |
|
|
defaultValue={stepTwoValues ? stepTwoValues[text] : ''} |
|
|
defaultValue={stepTwoValues ? stepTwoValues[text] : ''} |
|
|
onChange={(e) => { |
|
|
onChange={(e) => { |
|
|