mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +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>
|
||||||
<th class="text-center">状态</th>
|
<!-- <th class="text-center">状态</th>
|
||||||
|
分页 -->
|
||||||
<th class="text-center">操作</th>
|
<th class="text-center">操作</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -91,7 +92,8 @@
|
|||||||
<td class="text-center">{{mainCategoryProduct.startTime}}</td>
|
<td class="text-center">{{mainCategoryProduct.startTime}}</td>
|
||||||
<td class="text-center">{{mainCategoryProduct.endTime}}</td>
|
<td class="text-center">{{mainCategoryProduct.endTime}}</td>
|
||||||
<td class="text-center">{{mainCategoryProduct.seq}}</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">
|
<td class="text-center">
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<button class="btn-white btn btn-xs"
|
<button class="btn-white btn btn-xs"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user