|
|
@ -236,7 +236,7 @@ const AutomaticModal = ({ actions, dispatch, apiRoot, qiniuUrl, visible, eidtDat |
|
|
|
> |
|
|
|
{ |
|
|
|
factorChech?.map(s => { |
|
|
|
return <Collapse.Panel header={s.proto + s.name} itemKey={s.proto} key={s.proto}> |
|
|
|
return <Collapse.Panel header={ s.name} itemKey={s.proto} key={s.proto}> |
|
|
|
<div style={{ background: "#FFF" }}> |
|
|
|
<Form.TextArea field={s.proto + "pointDescrip"} label='布点描述' style={{ width: 400 }} autosize={{ minRows: 2, maxRows: 10 }} placeholder="请输入布点描述" showClear |
|
|
|
initValue={eidtData?.factors?.find(c => c.codeName == s.proto)?.pointDescrip || ""} |
|
|
|