优化中奖权重计算方式
This commit is contained in:
@@ -40,9 +40,9 @@ export const tableConfig = {
|
||||
// 总条数
|
||||
totalFields: ['total', 'count'],
|
||||
// 当前页码
|
||||
currentFields: ['current', 'page', 'pageNum'],
|
||||
currentFields: ['current', 'page', 'pageNum', 'current_page'],
|
||||
// 每页大小
|
||||
sizeFields: ['size', 'pageSize', 'limit'],
|
||||
sizeFields: ['size', 'pageSize', 'limit', 'per_page'],
|
||||
|
||||
// 请求参数映射配置,前端发送请求时使用的分页参数名
|
||||
// useTable 组合式函数传递分页参数的时候 用 current 跟 size
|
||||
|
||||
Reference in New Issue
Block a user