From 36be21e34ce064d190527d96ac7f09f9023e3bc4 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期二, 20 五月 2025 11:42:35 +0800
Subject: [PATCH] Merge branch 'aerjiliya' of http://10.153.19.25:10105/r/YiWuProject into aerjiliya

---
 UI-Project/src/views/hollow/hollowslicecage.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/UI-Project/src/views/hollow/hollowslicecage.vue b/UI-Project/src/views/hollow/hollowslicecage.vue
index 9050d6f..8f4b1fb 100644
--- a/UI-Project/src/views/hollow/hollowslicecage.vue
+++ b/UI-Project/src/views/hollow/hollowslicecage.vue
@@ -954,7 +954,7 @@
           <template #default="scope">  
           <el-tag  
             :type="scope.row.enableState === 1 ? 'success' : 'danger'"  
-            @click="toggleEnableState(scope.row)"  
+            @click="toggleEnableState(scope.row)"
           >  
             {{ scope.row.enableState === 1 ? $t('searchOrder.enable') : $t('searchOrder.disable')}}  
           </el-tag>  

--
Gitblit v1.8.0