Commit c75d6f30d4825041b6ebeb21d2746ca93a164f00
1 parent
084d9bda
Update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/static/pages/scheduleApp/module/basicInfo/busInfoManage/list.html
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 | <input type="text" class="form-control form-filter input-sm" ng-model="ctrl.searchCondition().equipmentCode_like" placeholder="输入设备编号..."/> |
| 27 | 27 | </td> |
| 28 | 28 | <td> |
| 29 | - <input type="text" class="form-control form-filter input-sm" ng-model="ctrl.searchCondition().carCode_like" placeholder="输入车牌号..."/> | |
| 29 | + <input type="text" class="form-control form-filter input-sm" ng-model="ctrl.searchCondition().carPlate_like" placeholder="输入车牌号..."/> | |
| 30 | 30 | </td> |
| 31 | 31 | <td> |
| 32 | 32 | <div> | ... | ... |