展示置顶时间
This commit is contained in:
@@ -128,6 +128,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import TableHelper from '@/utils/bootstrap-table-helper';
|
import TableHelper from '@/utils/bootstrap-table-helper';
|
||||||
|
import { formatTime } from '@/utils/maintainer';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "RoomTabMapView",
|
name: "RoomTabMapView",
|
||||||
@@ -194,6 +195,8 @@ export default {
|
|||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{ field: 'topStart', title: '置顶开始时间', align: 'center', valign: 'middle', width: '10%', formatter: formatTime },
|
||||||
|
{ field: 'topEnd', title: '置顶结束时间', align: 'center', valign: 'middle', width: '10%', formatter: formatTime },
|
||||||
{ field: 'seq', title: '置顶排序', align: 'center', width: '5%' },
|
{ field: 'seq', title: '置顶排序', align: 'center', width: '5%' },
|
||||||
{
|
{
|
||||||
field: 'id',
|
field: 'id',
|
||||||
|
Reference in New Issue
Block a user