Commit d1936433ae38fa707951fc86a8960976e57c335d
1 parent
c3521634
页面添加说明
Showing
3 changed files
with
3 additions
and
3 deletions
src/main/resources/static/pages/forms/statement/statisticsDaily.html
| @@ -74,7 +74,7 @@ | @@ -74,7 +74,7 @@ | ||
| 74 | </tr> | 74 | </tr> |
| 75 | <tr> | 75 | <tr> |
| 76 | <td rowspan="3"><span >路线名</span></td> | 76 | <td rowspan="3"><span >路线名</span></td> |
| 77 | - <td colspan="20">全日营运里程(公里)</td> | 77 | + <td colspan="20">全日营运里程(公里)(注:实际营运里程、实际空驶里程、实际总里程均已包含临加里程)</td> |
| 78 | <td colspan="15">全日营运班次</td> | 78 | <td colspan="15">全日营运班次</td> |
| 79 | <td colspan="9">大间隔情况</td> | 79 | <td colspan="9">大间隔情况</td> |
| 80 | </tr> | 80 | </tr> |
src/main/resources/static/pages/forms/statement/statisticsDailyCalc2.html
| @@ -74,7 +74,7 @@ | @@ -74,7 +74,7 @@ | ||
| 74 | </tr> | 74 | </tr> |
| 75 | <tr> | 75 | <tr> |
| 76 | <td rowspan="3"><span >路线名</span></td> | 76 | <td rowspan="3"><span >路线名</span></td> |
| 77 | - <td colspan="20">全日营运里程(公里)</td> | 77 | + <td colspan="20">全日营运里程(公里)(注:实际营运里程、实际空驶里程、实际总里程均已包含临加里程)</td> |
| 78 | <td colspan="15">全日营运班次</td> | 78 | <td colspan="15">全日营运班次</td> |
| 79 | <td colspan="9">大间隔情况</td> | 79 | <td colspan="9">大间隔情况</td> |
| 80 | </tr> | 80 | </tr> |
src/main/resources/static/pages/report/countMileage/countLine/countLineMileage.html
| @@ -28,7 +28,7 @@ | @@ -28,7 +28,7 @@ | ||
| 28 | 28 | ||
| 29 | <div class="page-head"> | 29 | <div class="page-head"> |
| 30 | <div class="page-title"> | 30 | <div class="page-title"> |
| 31 | - <h1>线路公里统计表(审计)</h1> | 31 | + <h1>线路公里统计表(审计)(按年、月、季度查询请点击<a href="/pages/calc/countLineMileage.html" target="_blank">统计查询</a>)</h1> |
| 32 | </div> | 32 | </div> |
| 33 | </div> | 33 | </div> |
| 34 | 34 |