Commit 08db0e543945348e2a5488a0b9c0ba13a052f1d4
1 parent
4de482d2
1.互联网公交
Showing
1 changed file
with
3 additions
and
0 deletions
src/main/resources/static/pages/base/line/list.html
| ... | ... | @@ -122,6 +122,7 @@ |
| 122 | 122 | <option value="csbs">穿梭巴士</option> |
| 123 | 123 | <option value="tyxl">特约线路</option> |
| 124 | 124 | <option value="cctxl">村村通线路</option> |
| 125 | + <option value="hlwgj">互联网公交</option> | |
| 125 | 126 | <option value="qt">其他</option> |
| 126 | 127 | </select> |
| 127 | 128 | </td> |
| ... | ... | @@ -272,6 +273,8 @@ |
| 272 | 273 | 其他 |
| 273 | 274 | {{else if obj.nature == 'cctxl'}} |
| 274 | 275 | 村村通线路 |
| 276 | + {{else if obj.nature == 'hlwgj'}} | |
| 277 | + 互联网公交 | |
| 275 | 278 | {{/if}} |
| 276 | 279 | </td> |
| 277 | 280 | <td> | ... | ... |