Commit c9a107aa383fbbc57f125f6c7d22d100ec9fc58b
1 parent
dd4c0cf6
修改超时时间
Showing
7 changed files
with
6 additions
and
6 deletions
src/main/java/com/bsth/controller/video/VideoController.java
| ... | ... | @@ -158,7 +158,7 @@ public class VideoController { |
| 158 | 158 | tree.setType(401); |
| 159 | 159 | tree.setIcon("layui-icon-video"); |
| 160 | 160 | String name = Objects.isNull(map.get("name")) ? map.get("channelId") + "_" + map.get("deviceId") : map.get("name").toString(); |
| 161 | - tree.setText("<span><img src='/metronic_v4.5.4/layui/icon/movie.ico' class ='imageIcon' /></span><span>"+name+"</span>"); | |
| 161 | + tree.setText("<span><img src='/metronic_v4.5.4/layui/icon/video1.ico' class ='imageIcon' /></span><span>"+name+"</span>"); | |
| 162 | 162 | tree.setNodePValue(carNo); |
| 163 | 163 | |
| 164 | 164 | trees.add(tree); | ... | ... |
src/main/java/com/bsth/service/impl/videoimpl/VideoServiceImpl.java
| ... | ... | @@ -211,7 +211,7 @@ public class VideoServiceImpl implements VideoService { |
| 211 | 211 | Iterator<Business> iterator = businessIterable.iterator(); |
| 212 | 212 | while (iterator.hasNext()) { |
| 213 | 213 | Business business = iterator.next(); |
| 214 | - VideoTree videoTree = combinationVideoTree(business.getBusinessCode(), business.getBusinessName(), business.getUpCode(), business.getId(), null, "company", business.getBusinessCode()); | |
| 214 | + VideoTree videoTree = combinationVideoTree(business.getBusinessCode(), business.getBusinessName(), business.getUpCode(), business.getId(), null, "company1", business.getBusinessCode()); | |
| 215 | 215 | trees.add(videoTree); |
| 216 | 216 | } |
| 217 | 217 | List<VideoTree> groupTree = new ArrayList<>(); |
| ... | ... | @@ -248,7 +248,7 @@ public class VideoServiceImpl implements VideoService { |
| 248 | 248 | private VideoTree combinationVideoTree(Object id, String text, String parent, Object sourceId, Integer type, String icon, Object code) { |
| 249 | 249 | VideoTree videoTree = new VideoTree(); |
| 250 | 250 | videoTree.setId(id); |
| 251 | - videoTree.setText("<span><img src='/metronic_v4.5.4/layui/icon/"+icon+".ico' class ='imageIcon' /></span><span>"+text+"</span>"); | |
| 251 | + videoTree.setText("<span><img src='/metronic_v4.5.4/layui/icon/"+icon+".png' class ='imageIcon' /></span><span>"+text+"</span>"); | |
| 252 | 252 | videoTree.setSourceId(sourceId); |
| 253 | 253 | videoTree.setNodePValue(parent); |
| 254 | 254 | videoTree.setType(type); | ... | ... |
src/main/resources/static/metronic_v4.5.4/layui/icon/bus1.png
0 → 100644
4.19 KB
src/main/resources/static/metronic_v4.5.4/layui/icon/company1.png
0 → 100644
260 Bytes
src/main/resources/static/metronic_v4.5.4/layui/icon/line.png
0 → 100644
168 Bytes
src/main/resources/static/metronic_v4.5.4/layui/icon/video1.ico
0 → 100644
No preview for this file type
src/main/resources/static/other/video/video.html
| ... | ... | @@ -267,7 +267,7 @@ |
| 267 | 267 | <div class="portlet-body"> |
| 268 | 268 | <div> |
| 269 | 269 | <input type="text" placeholder="请输入车辆内部编号" autocomplete="off" class="layui-input" id="insideCode_like" style="display:inline-block;width: 200px"/> |
| 270 | - <button type="button" class="layui-btn layui-btn-primary" lay-on="get-vercode" onclick="queryTreeTable()">查询</button> | |
| 270 | + <button type="button" class="layui-btn layui-btn-primary" lay-on="get-vercode" onclick="queryTreeTable()" data-i18n>$$$$$${txt-3841}</button> | |
| 271 | 271 | </div> |
| 272 | 272 | <div id="video_tree" style="height: 91.5%;overflow:scroll"></div> |
| 273 | 273 | |
| ... | ... | @@ -297,12 +297,12 @@ |
| 297 | 297 | <div class="layui-tab-item" style="width: 100%;height: 90%"> |
| 298 | 298 | <div class="layui-form-item" style="width: 100%; float: left"> |
| 299 | 299 | <div class="layui-inline"> |
| 300 | - <label class="layui-form-label">$$$$$${txt-4004}</label> | |
| 300 | + <label class="layui-form-label" data-i18n>$$$$$${txt-4004}</label> | |
| 301 | 301 | <div class="layui-input-inline layui-input-wrap"> |
| 302 | 302 | <input type="text" placeholder="请选择需要查看的时间" autocomplete="off" class="layui-input" id="deviceVideoDate"/> |
| 303 | 303 | </div> |
| 304 | 304 | <div class="layui-form-mid" style="padding: 0!important;"> |
| 305 | - <button type="button" class="layui-btn layui-btn-primary" lay-on="get-vercode" id="queryDeviecChannel" onclick="deviceVidemoQueryHistory()">$$$$$${txt-3841}</button> | |
| 305 | + <button type="button" class="layui-btn layui-btn-primary" lay-on="get-vercode" id="queryDeviecChannel" onclick="deviceVidemoQueryHistory()" data-i18n>$$$$$${txt-3841}</button> | |
| 306 | 306 | </div> |
| 307 | 307 | </div> |
| 308 | 308 | <div class="layui-table-fixed-l" > | ... | ... |