From c65a357fc8b907af755e1ef6a2c201e31eb71e94 Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期六, 07 二月 2026 13:50:38 +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