From 1995bf7ac28f2648bd157692bf2f531ea1f6b6c9 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期三, 14 一月 2026 08:02:17 +0800
Subject: [PATCH] #地图初始化

---
 src/main/webapp/views/home/console.html |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/home/console.html b/src/main/webapp/views/home/console.html
index 562662f..84e2d5b 100644
--- a/src/main/webapp/views/home/console.html
+++ b/src/main/webapp/views/home/console.html
@@ -235,7 +235,7 @@
     var pageCurr;
     function getCol() {
         var cols = [
-            {field: 'appe_time', title: '鍏ュ簱鏃堕棿', align: 'center', width: 200}
+            {field: 'appeTime$', title: '鍏ュ簱鏃堕棿', align: 'center', width: 200}
             ,{field: 'stay_time', align: 'center',title: '婊炵暀澶╂暟'}
             ,{field: 'loc_no', align: 'center',title: '搴撲綅鍙�'}
         ];
@@ -330,4 +330,11 @@
         return fmt;
     }
 </script>
-</html>
\ No newline at end of file
+<script src="../../static/js/translate.js"></script>
+<script>
+    translate.selectLanguageTag.show = false; //涓嶅嚭鐜扮殑select鐨勯�夋嫨璇█
+    translate.service.use('client.edge'); //璁剧疆缈昏瘧鏈嶅姟
+    translate.listener.start(); //寮�鍚〉闈㈠厓绱犲姩鎬佺洃鎺э紝js鏀瑰彉鐨勫唴瀹逛篃浼氳缈昏瘧锛屽弬鑰冩枃妗o細 http://translate.zvo.cn/4067.html
+    translate.execute();
+</script>
+</html>

--
Gitblit v1.9.1