From c08dd506e863da51accc7029d717e5f4fbfc29ef Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 14 九月 2024 08:41:02 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/page/codeGap/CodeGapPanel.jsx |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/zy-acs-flow/src/page/codeGap/CodeGapPanel.jsx b/zy-acs-flow/src/page/codeGap/CodeGapPanel.jsx
index 4722ff0..673c9a9 100644
--- a/zy-acs-flow/src/page/codeGap/CodeGapPanel.jsx
+++ b/zy-acs-flow/src/page/codeGap/CodeGapPanel.jsx
@@ -23,10 +23,6 @@
                                 overflow: 'hidden',
                                 textOverflow: 'ellipsis',
                             }}>
-                                {Common.camelToPascalWithSpaces(translate('table.field.codeGap.id'))}: {record.id}
-                            </Typography>
-                            {/*  inherit, primary, secondary, textPrimary, textSecondary, error */}
-                            <Typography variant="h6" gutterBottom align="right" >
                                 ID: {record.id}
                             </Typography>
                         </Grid>
@@ -42,19 +38,19 @@
                     <Grid container spacing={2}>
                         <Grid item xs={6}>
                             <PanelTypography
-                                title="table.field.codeGap.code0" 
+                                title="table.field.codeGap.code0"
                                 property={record.code0$}
                             />
                         </Grid>
                         <Grid item xs={6}>
                             <PanelTypography
-                                title="table.field.codeGap.code1" 
+                                title="table.field.codeGap.code1"
                                 property={record.code1$}
                             />
                         </Grid>
                         <Grid item xs={6}>
                             <PanelTypography
-                                title="table.field.codeGap.distance" 
+                                title="table.field.codeGap.distance"
                                 property={record.distance}
                             />
                         </Grid>

--
Gitblit v1.9.1