From 59269b6839c57aeb0d547dfd6da38157180483fd Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Tue, 15 Jul 2025 10:56:11 +0800
Subject: [PATCH] 1

---
 src/components/foreign/foreign-popup-delivery/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/foreign/foreign-popup-delivery/index.vue b/src/components/foreign/foreign-popup-delivery/index.vue
index cf3d551..573ad0b 100644
--- a/src/components/foreign/foreign-popup-delivery/index.vue
+++ b/src/components/foreign/foreign-popup-delivery/index.vue
@@ -107,7 +107,7 @@
     { id: 2, text: props.detailData.state !== 'created' ? t('现价') : t('结算价格'), key: 'close_price' },
     { id: 3, text: t('方向'), key: 'direction' },
     { id: 4, text: t('number'), key: 'amount', extro: 'USD' },
-    { id: 5, text: t('交割时间'), key: 'settlement_time' }
+    { id: 5, text: t('兑换时间'), key: 'settlement_time' }
   ]
 })
 

--
Gitblit v1.9.3