#
luxiaotao1123
2024-10-07 afac377f99fd8d2cd24c2ac73555a9f20426ef1d
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 >