Explorar el Código

前端界面优化

oyq28 hace 1 año
padre
commit
a16c052d27
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>