|
|
@@ -28,14 +28,14 @@
|
|
|
<div class="f-l" style="margin-bottom: 10px;">
|
|
|
<span class="select-box" style="width:170px; margin-right:10px;">
|
|
|
<select th:id="searchApplyUserType" class="select" th:name="applyUserType" >
|
|
|
- <option value="">--全部--</option>
|
|
|
+ <option value="">--请选择申请类型--</option>
|
|
|
<option value="3" th:selected ="${applyUserType}==3" >企业申请</option>
|
|
|
<option value="4" th:selected ="${applyUserType}==4" >街道代理</option>
|
|
|
</select>
|
|
|
</span>
|
|
|
<span class="select-box" style="width:170px; margin-right:10px;">
|
|
|
<select id="searchApplyStatus" class="select" name="approve_status">
|
|
|
- <option value="">--全部--</option>
|
|
|
+ <option value="">--请选择审批状态--</option>
|
|
|
<option value="" th:each="item : ${approveItemList}" th:value="${item.value}"
|
|
|
th:text="${item.name}" th:selected = "${approve_status == item.value}">
|
|
|
</option>
|