فهرست منبع

前端界面优化

oyq28 1 سال پیش
والد
کامیت
a16c052d27
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/resources/static/admin/bigScreen/index.html

+ 1 - 1
src/main/resources/static/admin/bigScreen/index.html

@@ -118,7 +118,7 @@
                                 <thead>
                                 <tr>
                                     <th>${device.deviceState}</th>
-                                    <th>${device.deviceWorkState}</th>
+                                    <th>${device.deviceWorkState == null ? '' : device.deviceWorkState}</th>
                                 </tr>
                                 </thead>
                                 <tbody>