#
luxiaotao1123
2024-10-09 f4d50b49b828b9722d6e6cd63e7bdacf5cf05bea
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 >