|
@@ -62,6 +62,7 @@
|
|
<th width="60">门店数量</th>
|
|
<th width="60">门店数量</th>
|
|
<th width="70">规模</th>
|
|
<th width="70">规模</th>
|
|
<th width="70">成立日期</th>
|
|
<th width="70">成立日期</th>
|
|
|
|
+ <th width="70">排序</th>
|
|
<th width="70">操作</th>
|
|
<th width="70">操作</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
@@ -85,7 +86,7 @@
|
|
<td class="text-l">${brand.scale}</td>
|
|
<td class="text-l">${brand.scale}</td>
|
|
<td><fmt:formatDate value="${brand.setupTime}" pattern="yyyy-MM-dd"></fmt:formatDate></td>
|
|
<td><fmt:formatDate value="${brand.setupTime}" pattern="yyyy-MM-dd"></fmt:formatDate></td>
|
|
|
|
|
|
-
|
|
|
|
|
|
+ <td class="text-l">${brand.sort}</td>
|
|
<td class="f-14 td-manage">
|
|
<td class="f-14 td-manage">
|
|
<a style="text-decoration:none" class="ml-5" href="brandUpdate.html?id=${brand.id}" title="查看"><i
|
|
<a style="text-decoration:none" class="ml-5" href="brandUpdate.html?id=${brand.id}" title="查看"><i
|
|
class="Hui-iconfont"></i></a>
|
|
class="Hui-iconfont"></i></a>
|