zy-acs-flow/src/page/user/UserPanel.jsx
@@ -48,12 +48,6 @@ </Grid> <Grid item xs={6}> <PanelTypography title="table.field.user.password" property={record.password} /> </Grid> <Grid item xs={6}> <PanelTypography title="table.field.user.nickname" property={record.nickname} /> @@ -118,13 +112,12 @@ property={record.birthday} /> </Grid> <Grid item xs={6}> {/* <Grid item xs={6}> <PanelTypography title="table.field.user.introduction" property={record.introduction} /> </Grid> </Grid> */} </Grid> </CardContent> </Card >