|
@@ -38,8 +38,8 @@
|
|
<span class="select-box inline">
|
|
<span class="select-box inline">
|
|
<select name="serviceType" class="select">
|
|
<select name="serviceType" class="select">
|
|
<option value="">商家类型</option>
|
|
<option value="">商家类型</option>
|
|
- <option value="1">服务商</option>
|
|
|
|
- <option value="2">经销商</option>
|
|
|
|
|
|
+ <option <c:if test="${serviceType == 1}">selected</c:if> value="1">服务商</option>
|
|
|
|
+ <option <c:if test="${serviceType == 2}">selected</c:if> value="2">经销商</option>
|
|
|
|
|
|
</select>
|
|
</select>
|
|
</span>
|
|
</span>
|
|
@@ -73,6 +73,7 @@
|
|
<th width="80" ><input id="checked_all" type="checkbox" >全选</th>
|
|
<th width="80" ><input id="checked_all" type="checkbox" >全选</th>
|
|
<th width="80">ID</th>
|
|
<th width="80">ID</th>
|
|
<th width="120">服务图标</th>
|
|
<th width="120">服务图标</th>
|
|
|
|
+ <th width="120">图标地址</th>
|
|
<th width="120">服务类型</th>
|
|
<th width="120">服务类型</th>
|
|
<th width="120">服务名称</th>
|
|
<th width="120">服务名称</th>
|
|
<th width="120">首页显示</th>
|
|
<th width="120">首页显示</th>
|
|
@@ -87,6 +88,7 @@
|
|
<th><input name="ck_pro" value="${item.id }" type="checkbox" ></th>
|
|
<th><input name="ck_pro" value="${item.id }" type="checkbox" ></th>
|
|
<td>${item.id}</td>
|
|
<td>${item.id}</td>
|
|
<td><img src="${item.img}" style="width: 50px;height: 50px"></td>
|
|
<td><img src="${item.img}" style="width: 50px;height: 50px"></td>
|
|
|
|
+ <td class="text-l">${item.img}</td>
|
|
<td class="text-l">${item.typeStr}</td>
|
|
<td class="text-l">${item.typeStr}</td>
|
|
<td class="text-l">${item.name}</td>
|
|
<td class="text-l">${item.name}</td>
|
|
<td class="text-l">
|
|
<td class="text-l">
|