展示置顶时间

This commit is contained in:
liaozetao
2024-02-23 16:47:28 +08:00
parent 8019555459
commit 3c5ea1a5e0

View File

@@ -128,6 +128,7 @@
<script>
import TableHelper from '@/utils/bootstrap-table-helper';
import { formatTime } from '@/utils/maintainer';
export default {
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: 'id',