Commit 857068ac5de7d39737aaeca0ef996a5d1796ba42
1 parent
2279afad
页面字段修改
Showing
1 changed file
with
1 additions
and
10 deletions
src/main/resources/static/pages/forms/zndd/logger_dkl.html
| ... | ... | @@ -59,7 +59,7 @@ |
| 59 | 59 | <table class="table table-bordered table-hover table-checkable" id="forms"> |
| 60 | 60 | <thead> |
| 61 | 61 | <tr> |
| 62 | - <th colspan="7">智能调度执行记录</th> | |
| 62 | + <th colspan="7">客流记录</th> | |
| 63 | 63 | </tr> |
| 64 | 64 | |
| 65 | 65 | <tr> |
| ... | ... | @@ -67,7 +67,6 @@ |
| 67 | 67 | <td>站点名称</td> |
| 68 | 68 | <td>方向</td> |
| 69 | 69 | <td>人数</td> |
| 70 | - <td>生成班次</td> | |
| 71 | 70 | <td>发现时间</td> |
| 72 | 71 | </tr> |
| 73 | 72 | </thead> |
| ... | ... | @@ -276,14 +275,6 @@ |
| 276 | 275 | {{/if}} |
| 277 | 276 | </td> |
| 278 | 277 | <td>{{obj.num}}</td> |
| 279 | - <td> | |
| 280 | - {{if obj.status == '1'}} | |
| 281 | - 是 | |
| 282 | - {{else}} | |
| 283 | - 否 | |
| 284 | - {{/if}} | |
| 285 | - </td> | |
| 286 | - | |
| 287 | 278 | <td>{{obj.createDate}}</td> |
| 288 | 279 | </tr> |
| 289 | 280 | {{/each}} | ... | ... |