#
luxiaotao1123
2024-09-26 41688b73b030785a261b636fd0690933d274fc2c
#
2个文件已修改
16 ■■■■ 已修改文件
zy-acs-flow/src/page/segment/SegmentList.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/page/segment/SegmentPanel.jsx 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/page/segment/SegmentList.jsx
@@ -199,7 +199,7 @@
                            <>
                                <StyledDatagrid
                                    preferenceKey='segment'
                                    bulkActionButtons={() => <BulkDeleteButton mutationMode={OPERATE_MODE} />}
                                    bulkActionButtons={false}
                                    rowClick={(id, resource, record) => false}
                                    expand={() => <SegmentPanel />}
                                    expandSingle={true}
zy-acs-flow/src/page/segment/SegmentPanel.jsx
@@ -27,7 +27,7 @@
                            </Typography>
                            {/*  inherit, primary, secondary, textPrimary, textSecondary, error */}
                            <Typography variant="h6" gutterBottom align="right" >
                                ID: {record.id}
                                {Common.camelToPascalWithSpaces(translate('table.field.segment.uuid'))}:{record.uuid}
                            </Typography>
                        </Grid>
                    </Grid>
@@ -40,12 +40,6 @@
                    </Grid>
                    <Box height={20}>&nbsp;</Box>
                    <Grid container spacing={2}>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.segment.uuid"
                                property={record.uuid}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.segment.groupId" 
@@ -74,12 +68,6 @@
                            <PanelTypography
                                title="table.field.segment.serial" 
                                property={record.serial}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.segment.startNode"
                                property={record.startNode$}
                            />
                        </Grid>
                        <Grid item xs={6}>