miaofuhao 1 miesiąc temu
rodzic
commit
5077b8624f

+ 2 - 2
bigScreen3/.env.development

@@ -8,8 +8,8 @@ VITE_APP_ENV = 'development'
8 8
 # 若依管理系统/开发环境 http://192.168.1.15:8010/  http://123.56.29.119:8080  http://192.168.1.15:8120/ 1.194.161.64:8120
9 9
 
10 10
 
11
-VITE_APP_BASE_API = 'http://192.168.1.15:9090/'  
12
-# VITE_APP_BASE_API = 'http://39.164.159.226:9090/'   
11
+# VITE_APP_BASE_API = 'http://192.168.1.15:9090/'  
12
+VITE_APP_BASE_API = 'http://39.164.159.226:9090/'   
13 13
 
14 14
 # VITE_APP_BASE_API = 'http://1.194.161.64:8120/'    
15 15
 # VITE_APP_BASE_API = 'http://222.139.29.127:8120/'

+ 2 - 4
bigScreen3/src/views/dashboard/cpns/DataInsightsDetail.vue

@@ -14,10 +14,9 @@
14 14
               <thead>
15 15
                 <tr>
16 16
                   <th>区域</th>
17
-                  <th>智能养护面积</th>
18
-                  <th>人工养护面积</th>
17
+                  <th>养护方式</th>
18
+                  <th>养护面积</th>
19 19
                   <th>存活率</th>
20
-                  <th>设施完好率</th>
21 20
                   <th>投诉率</th>
22 21
                 </tr>
23 22
               </thead>
@@ -27,7 +26,6 @@
27 26
                   <td>{{ item.smartScope || '0' }}</td>
28 27
                   <td>{{ item.manualScope || '0' }}</td>
29 28
                   <td>{{ item.surviv || '0.00%' }}</td>
30
-                  <td>{{ item.intact || '0.00%' }}</td>
31 29
                   <td>{{ item.complaint || '0.00%' }}</td>
32 30
                 </tr>
33 31
                 <tr v-if="!dataInsightsDetail.effect || dataInsightsDetail.effect.length === 0">