Browse Source

因素名称修改

dev
wenlele 1 year ago
parent
commit
c8037ed4bf
  1. 2
      web/client/src/sections/service/components/automatic-Modal.jsx

2
web/client/src/sections/service/components/automatic-Modal.jsx

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

Loading…
Cancel
Save