From 20f011e8ed247be65c9dd557cd68b6e648f456a2 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Sat, 05 Jul 2025 18:43:43 +0800
Subject: [PATCH] style

---
 src/page/quotes.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/page/quotes.vue b/src/page/quotes.vue
index 047b54e..5243236 100644
--- a/src/page/quotes.vue
+++ b/src/page/quotes.vue
@@ -294,7 +294,7 @@
     }
     this.tabList[0].text = this.$t("自选");
     this.tabList[1].text = this.$t("现货");
-    this.tabList[2].text = this.$t("合约");
+    // this.tabList[2].text = this.$t("合约");
   },
   deactivated() {
     this.clearTimeout();

--
Gitblit v1.9.3