From dd29c138733a1de4e7633c0a7c794a3a0827d080 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Mon, 15 Sep 2025 15:29:21 +0800
Subject: [PATCH] 2
---
src/views/account/components/TradeLog.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/account/components/TradeLog.vue b/src/views/account/components/TradeLog.vue
index a6453a4..69353c2 100644
--- a/src/views/account/components/TradeLog.vue
+++ b/src/views/account/components/TradeLog.vue
@@ -25,6 +25,7 @@
<el-table
:data="tableData"
style="width: 100%; flex: 1"
+ height="250"
empty-text="No Data"
fit
>
@@ -169,7 +170,7 @@
},
watch: {},
async created() {
- await this.getExchangeRate(); // 获取汇率
+ // await this.getExchangeRate(); // 获取汇率
this.opt.stockType = this.type;
this.apiInterface = api.getchicang; // 赋值接口
this.init(); // 获取记录列表
--
Gitblit v1.9.3