|
|
|
@ -21,7 +21,7 @@ use \common\libs\MyLib; |
|
|
|
|
<div class="ibox-content"> |
|
|
|
|
<form role="form" id="searchFrm" class="form-inline" onsubmit="return search();"> |
|
|
|
|
<div class="form-group" style="margin-bottom: 8px;"> |
|
|
|
|
<label for="car_no">车牌</label> |
|
|
|
|
<label for="car_no" style="color:red;">车牌</label> |
|
|
|
|
<input type="text" id="car_no" name="car_no" class="form-control"> |
|
|
|
|
</div> |
|
|
|
|
<div class="form-group" style="margin-bottom: 8px;"> |
|
|
|
@ -121,7 +121,7 @@ use \common\libs\MyLib; |
|
|
|
|
<div class="col-md-12"> |
|
|
|
|
<table id="listTable"> |
|
|
|
|
<thead> |
|
|
|
|
<tr style="background-color:red;"> |
|
|
|
|
<tr> |
|
|
|
|
<th data-field="state" data-checkbox="true"></th> |
|
|
|
|
<th width="50" data-field="id">ID</th> |
|
|
|
|
<th data-field="car_no">车牌</th> |
|
|
|
|