From acab42b1a2f23f4ed19d004265c7fb49e8394ac3 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Tue, 21 May 2024 16:56:50 +0800
Subject: [PATCH] 添加下单时间

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

diff --git a/src/components/popup-delivery/index.vue b/src/components/popup-delivery/index.vue
index 41c8517..5b854d9 100644
--- a/src/components/popup-delivery/index.vue
+++ b/src/components/popup-delivery/index.vue
@@ -107,7 +107,8 @@
         { id: 2, text: this.detailData.state !== 'created' ? this.$t('现价') : this.$t('结算价格'), key: 'close_price' },
         { id: 3, text: this.$t('方向'), key: 'direction' },
         { id: 4, text: this.$t('数量'), key: 'amount', extro: 'USDT' },
-        { id: 5, text: this.$t('交割时间'), key: 'settlement_time' }
+        { id: 5, text: this.$t('交割时间'), key: 'settlement_time' },
+        { id: 6, text: this.$t('下单时间'), key: 'open_time' }
       ]
     }
   },

--
Gitblit v1.9.3