From 2ca41e3710bacc49e36d109b47aeea093b9be332 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期四, 05 九月 2024 16:09:13 +0800
Subject: [PATCH] 更改合并字段命名避免触发关键字

---
 UI-Project/src/layout/MainErpView.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/UI-Project/src/layout/MainErpView.vue b/UI-Project/src/layout/MainErpView.vue
index 8fdf761..050df7b 100644
--- a/UI-Project/src/layout/MainErpView.vue
+++ b/UI-Project/src/layout/MainErpView.vue
@@ -188,10 +188,9 @@
               </el-icon>
             </el-button>
             <div class="header-left">
-              <el-button  @click="toggleCollapse"
-              style="height:30px;">鈽�</el-button>
-            <!-- <el-button :icon="isCollapse ? 'el-icon-s-unfold' : 'el-icon-s-fold'" @click="toggleCollapse"
-              style="height:30px;"></el-button> -->
+              <el-button @click="toggleCollapse" style="height: 30px;">  
+               <el-icon><Expand /></el-icon>
+              </el-button>  
           </div>
           </span>
         </div>

--
Gitblit v1.8.0