From e76f203f76b934d2f49dcea89649b2f616878056 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期一, 18 三月 2024 12:36:22 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/Albania_Mes

---
 Albania_Mes-ui/src/views/home/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Albania_Mes-ui/src/views/home/index.vue b/Albania_Mes-ui/src/views/home/index.vue
index f213ddd..43dc37f 100644
--- a/Albania_Mes-ui/src/views/home/index.vue
+++ b/Albania_Mes-ui/src/views/home/index.vue
@@ -253,18 +253,18 @@
             </div>
             <div style="display:flex;justify-content: space-around;width: 95%;margin: 0 auto;">
                 <el-button type="primary" @click="showform(1)" :disabled="SoftEmergencyStopState" style="z-index: 999;"
-                    :class="SoftEmergencyStopState == true ? 'hide' : ''">
+                    :class="SoftEmergencyStopState == true ? 'hide' : ''" style="z-index: 999;">
                     {{ $t('Import order') }}</el-button>
 
                 <el-button type="primary" @click="showform(2)" :disabled="SoftEmergencyStopState" style="z-index: 999;"
-                    :class="SoftEmergencyStopState == true ? 'hide' : ''">
+                    :class="SoftEmergencyStopState == true ? 'hide' : ''" style="z-index: 999;">
                     {{ $t('Measure') }}</el-button>
 
                 <el-button type="primary" @click="showform(3)" :disabled="SoftEmergencyStopState" style="z-index: 999;"
-                    :class="SoftEmergencyStopState == true ? 'hide' : ''">
+                    :class="SoftEmergencyStopState == true ? 'hide' : ''" style="z-index: 999;">
                     {{ $t('StorageCage') }}</el-button>
                 <el-button type="primary" @click="showform(4)" :disabled="SoftEmergencyStopState" style="z-index: 999;"
-                    :class="SoftEmergencyStopState == true ? 'hide' : ''">
+                    :class="SoftEmergencyStopState == true ? 'hide' : ''" style="z-index: 999;">
                     {{ $t('Task queue') }}</el-button>
                     
             </div>

--
Gitblit v1.8.0