From b693b8061247a0edf43cd714c8d3b9e221c7da79 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期一, 20 二月 2023 17:18:04 +0800
Subject: [PATCH] * 2023/2/20 肖辉 修改事项处理管理-所属区域

---
 src/views/intelligentPatrol/statistics/unlawful/type/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/intelligentPatrol/statistics/unlawful/type/index.vue b/src/views/intelligentPatrol/statistics/unlawful/type/index.vue
index 26f8d51..95276b4 100644
--- a/src/views/intelligentPatrol/statistics/unlawful/type/index.vue
+++ b/src/views/intelligentPatrol/statistics/unlawful/type/index.vue
@@ -160,7 +160,7 @@
             const blob = new Blob([res.data], {
               type: "application/vnd.ms-excel;charset=utf-8",
             });
-            debugger
+            
             if (window.navigator.msSaveBlob) {
               window.navigator.msSaveBlob(blob, deathdate+"鎸夎繚瑙勭被鍨嬬粺璁�" + ".xlsx");
             } else {
@@ -366,7 +366,7 @@
       // font-size: 10px;
       .operation {
         display: flex;
-
+        color: var(--operation-color);
         .line {
           padding: 0 5px;
         }

--
Gitblit v1.8.0