From 645730962750ed6a81b5b6d1a134706607b20576 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Mon, 29 Sep 2025 14:32:21 +0800
Subject: [PATCH] 1
---
src/views/home/components/HomeLb.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/home/components/HomeLb.vue b/src/views/home/components/HomeLb.vue
index 67b8e11..5e7d10b 100644
--- a/src/views/home/components/HomeLb.vue
+++ b/src/views/home/components/HomeLb.vue
@@ -8,7 +8,7 @@
</div>
<div class="order_list" v-if="activeName == '0'">
- <el-button type="primary" style="margin-left: 16px;" @click="CloseAll">{{ $t("一鍵平倉") }}</el-button>
+ <!-- <el-button type="primary" style="margin-left: 16px;" @click="CloseAll">{{ $t("一鍵平倉") }}</el-button> -->
<el-table height="100%" :data="tableData" style="width: 100%" size="small" empty-text="No Data"
@row-click="Choice">
<el-table-column prop="stockSpell" :label="$t('hj313')">
--
Gitblit v1.9.3