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>