From 54bb26dd12dacbbd2bdf006ed8ca3e28f45fcf7d Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 11 三月 2026 13:38:53 +0800
Subject: [PATCH] 进销存升级app 1.将首页与工作台分开,添加新首页样式 2.首页饼状图不展示修改

---
 src/pages/managementMeetings/rulesRegulationsManagement/index.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/pages/managementMeetings/rulesRegulationsManagement/index.vue b/src/pages/managementMeetings/rulesRegulationsManagement/index.vue
index 431814c..e6cef23 100644
--- a/src/pages/managementMeetings/rulesRegulationsManagement/index.vue
+++ b/src/pages/managementMeetings/rulesRegulationsManagement/index.vue
@@ -103,7 +103,7 @@
                       @click="viewDetail(item,3)">
               鏌ョ湅
             </u-button>
-            <u-button type="error"
+            <!-- <u-button type="error"
                       size="small"
                       class="action-btn"
                       @click="handleAbrogate(item)">
@@ -114,7 +114,7 @@
                       class="action-btn"
                       @click="viewDetail(item,2)">
               缂栬緫
-            </u-button>
+            </u-button> -->
             <u-button type="primary"
                       size="small"
                       class="action-btn"
@@ -127,15 +127,15 @@
     </view>
     <view v-else
           class="no-data">
-      <text>鏆傛棤浼氳瀹よ褰�</text>
+      <text>鏆傛棤瑙勭珷鍒跺害</text>
     </view>
     <!-- 娴姩鏂板鎸夐挳 -->
-    <view class="fab-button"
+    <!-- <view class="fab-button"
           @click="addVisit">
       <up-icon name="plus"
                size="24"
                color="#ffffff"></up-icon>
-    </view>
+    </view> -->
   </view>
 </template>
 

--
Gitblit v1.9.3