mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化展示
This commit is contained in:
parent
91bce477d1
commit
65e902ff66
@ -78,7 +78,8 @@
|
||||
<th class="text-center">开始时间</th>
|
||||
<th class="text-center">结束时间</th>
|
||||
<th class="text-center">排序</th>
|
||||
<th class="text-center">状态</th>
|
||||
<!-- <th class="text-center">状态</th>
|
||||
分页 -->
|
||||
<th class="text-center">操作</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -91,7 +92,8 @@
|
||||
<td class="text-center">{{mainCategoryProduct.startTime}}</td>
|
||||
<td class="text-center">{{mainCategoryProduct.endTime}}</td>
|
||||
<td class="text-center">{{mainCategoryProduct.seq}}</td>
|
||||
<td class="text-center">{{mainCategoryProduct.stateName}}</td>
|
||||
<!-- <td class="text-center">{{mainCategoryProduct.stateName}}</td>
|
||||
-->
|
||||
<td class="text-center">
|
||||
<div class="btn-group">
|
||||
<button class="btn-white btn btn-xs"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user