forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-10 f5d2600e1423afe6a49dee541ea5599d588b19f3
gz-customerSystem/src/views/register/matterDetail/index.jsx
@@ -20,6 +20,7 @@
    getCaseInfo(props.caseId)
  }, [props.caseId])
  //获取id
  const getCaseInfo = async (id) => {
    const res = await getCaseInfoApi(id)
@@ -182,7 +183,7 @@
              <div>{infoData.createTime || '-'}</div>
            </Col>
          </Row>
          {props.hasEditBtn && <Button type='primary' style={{ marginTop: '20px' }}>修改</Button>}
          {/* {props.hasEditBtn && <Button type='primary' style={{ marginTop: '20px' }}>修改</Button>} */}
        </div>
      </Typography.Paragraph>