소스 검색

前端界面优化

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>