From 121761d95c65b31e27253f72c3f0d07987069015 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 03 四月 2025 11:13:27 +0800
Subject: [PATCH] 流程设计按钮权限

---
 src/views/components/projectOverview.vue |   49 +++++++++++++++++++++++++++++++++----------------
 1 files changed, 33 insertions(+), 16 deletions(-)

diff --git a/src/views/components/projectOverview.vue b/src/views/components/projectOverview.vue
index 77f5e12..9a67c29 100644
--- a/src/views/components/projectOverview.vue
+++ b/src/views/components/projectOverview.vue
@@ -6,23 +6,33 @@
         <div class="abnormal-center">
           娴佺▼寮傚父椤圭洰锛�<span
           style="font-size: 16px; font-weight: 700"
-        >{{
-            countExceptionProjectData.processExceptionProject
-          }}</span
+        >{{ countExceptionProjectData.processExceptionProject }}</span
         >
         </div>
+<!--        <div class="abnormal-center">-->
+<!--          瓒呮椂椤圭洰鏁帮細<span-->
+<!--          style="font-size: 16px; font-weight: 700"-->
+<!--        >0</span-->
+<!--        >-->
+<!--        </div>-->
         <div class="abnormal-center">
-          璧勯噾寮傚父椤圭洰锛�<span
+          瀹圭己椤圭洰鏁帮細<span
           style="font-size: 16px; font-weight: 700"
-        >0</span
+        >{{countExceptionProjectData.hasWaitProjectNum}}</span
         >
         </div>
-        <div class="abnormal-center">
-          杩涘害寮傚父椤圭洰锛�<span
-          style="font-size: 16px; font-weight: 700"
-        >0</span
-        >
-        </div>
+<!--        <div class="abnormal-center">-->
+<!--          璧勯噾寮傚父椤圭洰锛�<span-->
+<!--          style="font-size: 16px; font-weight: 700"-->
+<!--        >0</span-->
+<!--        >-->
+<!--        </div>-->
+<!--        <div class="abnormal-center">-->
+<!--          杩涘害寮傚父椤圭洰锛�<span-->
+<!--          style="font-size: 16px; font-weight: 700"-->
+<!--        >0</span-->
+<!--        >-->
+<!--        </div>-->
       </div>
       <div class="abnormal-img"></div>
     </div>
@@ -143,7 +153,8 @@
 export default {
   name: "Index",
   data() {
-    return {}
+    return {
+    }
   },
   props: {
     calculation: Array,
@@ -215,7 +226,7 @@
           this.$router.push({
             path: '/projectEngineering/project/reserveProjects',
             query: {
-              projectCategory: '1'
+              projectPhase: '1'
             }
           });
           break;
@@ -223,7 +234,7 @@
           this.$router.push({
             path: '/projectEngineering/project/previousProjects',
             query: {
-              projectCategory: '2'
+              projectPhase: '2'
             }
           });
           break;
@@ -231,7 +242,7 @@
           this.$router.push({
             path: '/projectEngineering/project/implementationProject',
             query: {
-              projectCategory: '3'
+              projectPhase: '3'
             }
           });
           break;
@@ -239,7 +250,7 @@
           this.$router.push({
             path: '/projectEngineering/project/completedProjects',
             query: {
-              projectCategory: '4'
+              projectPhase: '4'
             }
           });
           break;
@@ -287,6 +298,9 @@
   display: flex;
   justify-content: space-between;
 
+  .abnormal:hover {
+    cursor: pointer;
+  }
   .abnormal {
     position: relative;
     width: 25%;
@@ -318,6 +332,9 @@
     width: 1250px;
   }
 
+  .listings:hover {
+    cursor: pointer;
+  }
   .listings {
     width: 300px;
     height: 90px;

--
Gitblit v1.8.0