From a751e547d67c4f8e2c6fddf958c1559f792515bd Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期五, 27 六月 2025 16:11:50 +0800
Subject: [PATCH] 添加工作流

---
 src/views/eam/modules/site/SiteAreaLineManagerLeft.vue |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/src/views/eam/modules/site/SiteAreaLineManagerLeft.vue b/src/views/eam/modules/site/SiteAreaLineManagerLeft.vue
index 4640628..1bb94c1 100644
--- a/src/views/eam/modules/site/SiteAreaLineManagerLeft.vue
+++ b/src/views/eam/modules/site/SiteAreaLineManagerLeft.vue
@@ -2,7 +2,7 @@
   <a-card
     :loading="cardLoading"
     :bordered="false"
-    title="宸ュ巶/杞﹂棿/浜х嚎妯″瀷"
+    title="宸ュ巶/宸ュ尯/宸ユ妯″瀷"
     style="height: 100%;"
   >
     <a-spin :spinning="loading">
@@ -48,7 +48,7 @@
       <a-input-search
         @search="handleSearch"
         style="width:100%;margin-top: 10px"
-        placeholder="妫�绱㈠伐鍘�/杞﹂棿/浜х嚎"
+        placeholder="妫�绱㈠伐鍘�/宸ュ尯/宸ユ"
         allowClear
         v-model="searchInput"
         @change="handleChange"
@@ -90,7 +90,7 @@
           </Tooltip>
           <Tooltip
             placement="top"
-            title="杞﹂棿"
+            title="宸ュ尯"
           >
             <i
               v-if="type == 2"
@@ -100,7 +100,7 @@
           </Tooltip>
           <Tooltip
             placement="top"
-            title="浜х嚎"
+            title="宸ユ"
           >
             <i
               v-if="type == 3"
@@ -327,10 +327,6 @@
 .ant-modal-cust-warp .ant-modal-content {
   height: 90% !important;
   overflow-y: hidden;
-}
-
-#app .desktop {
-  height: auto !important;
 }
 
 /** Button鎸夐挳闂磋窛 */

--
Gitblit v1.9.3