From faf25a5a54186b754679b177e3c560f0b27d6ecb Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期五, 14 四月 2023 16:06:23 +0800
Subject: [PATCH] 增加充电桩

---
 src/main/webapp/views/console.html |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 95fcbf6..6a6ff76 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -489,9 +489,13 @@
                                         break;
                                     case 4:
                                         //绔欑偣
-                                        let data = colData.data;
+                                        var data = colData.data;
                                         col = '<div id="site-' + data + '" class="site">' + data + '(9991)</div>';
                                         break;
+                                    case 5:
+                                        //鍏呯數妗�
+                                        col = '<button class="item" style="font-size: 24px">&#9889;</button>';
+                                        break;
                                     default:
                                         col = '<button class="item">' + idx + '</button>';
                                 }

--
Gitblit v1.9.1