From e0efd928e914e1a768635fb6b9fe303f3e329f01 Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期六, 18 十一月 2023 15:10:03 +0800
Subject: [PATCH]  fix:调拨状态调整

---
 src/views/overview/index.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/views/overview/index.vue b/src/views/overview/index.vue
index a4b17f1..9ddec17 100644
--- a/src/views/overview/index.vue
+++ b/src/views/overview/index.vue
@@ -44,6 +44,11 @@
                 <span style="cursor: pointer">4 寤舵湡</span>
               </div> -->
             </div>
+            <div class="right">
+              <div class="right_status" @click.stop="statusClick(item, 5)">
+                <span style="cursor: pointer">{{ item.cancelCount + " 宸插彇娑�" }}</span>
+              </div>
+            </div>
           </div>
         </div>
       </div>
@@ -193,7 +198,7 @@
           }
         }
         .right {
-          width: 50%;
+          width: 25%;
           .right_status {
             margin-top: 5px;
           }

--
Gitblit v1.8.0