1、定时器分页有问题 暂时先改成这样 用于测试
2、消息全部处理完毕
This commit is contained in:
@@ -126,6 +126,13 @@
|
||||
description: '定时任务在线管理',
|
||||
// 查询条件
|
||||
queryParam: {},
|
||||
ipagination: {
|
||||
total: 0,
|
||||
pageSize: 20,//每页中显示10条数据
|
||||
showSizeChanger: true,
|
||||
pageSizeOptions: ["10", "20", "50", "100"],//每页中显示的数据
|
||||
showTotal: total => `共有 ${total} 条数据`, //分页中显示总的数据
|
||||
},
|
||||
// 表头
|
||||
columns: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user