From 0c7a7f7c8efb75d677517df70da482c4f18f6d3d Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Mon, 28 Apr 2025 14:39:22 +0800
Subject: [PATCH] style: 买入卖出页面,显示功能按钮修改
---
src/page/list/tradingList/tabs.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/page/list/tradingList/tabs.vue b/src/page/list/tradingList/tabs.vue
index 3d8a701..cd612f9 100644
--- a/src/page/list/tradingList/tabs.vue
+++ b/src/page/list/tradingList/tabs.vue
@@ -49,10 +49,10 @@
data() {
return {
tabsList: [
- { title: this.$t("hj61"), key: "" },
{ title: this.$t("hj52"), key: "ST", name: "ST" },
{ title: this.$t("黄金原油"), key: "HJ", name: "HJ" },
- { title: this.$t("hj621"), key: "DZ", name: "DZ" }
+ { title: this.$t("hj621"), key: "DZ", name: "DZ" },
+ { title: this.$t("hj61"), key: "" },
],
zxtabsList: [{ title: this.$t("hj52"), key: "ST", name: "ST" }],
active: "",
--
Gitblit v1.9.3