Browse Source

前端界面优化

oyq28 1 year ago
parent
commit
a16c052d27
1 changed files with 1 additions and 1 deletions
  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>
                                 <thead>
                                 <tr>
                                 <tr>
                                     <th>${device.deviceState}</th>
                                     <th>${device.deviceState}</th>
-                                    <th>${device.deviceWorkState}</th>
+                                    <th>${device.deviceWorkState == null ? '' : device.deviceWorkState}</th>
                                 </tr>
                                 </tr>
                                 </thead>
                                 </thead>
                                 <tbody>
                                 <tbody>