From 4992e4e60b73a87c3781aabd9367e11e3eaa370e Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期四, 05 二月 2026 16:00:16 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/page/integrationRecord/IntegrationRecordPanel.jsx | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/zy-acs-flow/src/page/integrationRecord/IntegrationRecordPanel.jsx b/zy-acs-flow/src/page/integrationRecord/IntegrationRecordPanel.jsx
index e9dd786..d95319a 100644
--- a/zy-acs-flow/src/page/integrationRecord/IntegrationRecordPanel.jsx
+++ b/zy-acs-flow/src/page/integrationRecord/IntegrationRecordPanel.jsx
@@ -6,6 +6,7 @@
} from 'react-admin';
import PanelTypography from "../components/PanelTypography";
import * as Common from '@/utils/common'
+import { getDirectionLabel } from './direction';
const IntegrationRecordPanel = () => {
const record = useRecordContext();
@@ -73,7 +74,7 @@
<Grid item xs={6}>
<PanelTypography
title="table.field.integrationRecord.direction"
- property={record.direction$}
+ property={getDirectionLabel(translate, record.direction)}
/>
</Grid>
<Grid item xs={6}>
--
Gitblit v1.9.1