yxk-20260612-默认分页显示数据为12条
This commit is contained in:
@@ -202,7 +202,8 @@
|
|||||||
title: props.ledgerTitle,
|
title: props.ledgerTitle,
|
||||||
api: list,
|
api: list,
|
||||||
columns,
|
columns,
|
||||||
canResize:false,
|
canResize: true,
|
||||||
|
resizeHeightOffset: 56,
|
||||||
useSearchForm: false,
|
useSearchForm: false,
|
||||||
expandRowByClick: true,
|
expandRowByClick: true,
|
||||||
clickToRowSelect: true,
|
clickToRowSelect: true,
|
||||||
@@ -668,7 +669,8 @@
|
|||||||
|
|
||||||
.content {
|
.content {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
height: 100%;
|
// 内容区高度由表格自适应撑开,避免覆盖页面底部 footer。
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feedback-expand-table {
|
.feedback-expand-table {
|
||||||
|
|||||||
@@ -171,6 +171,11 @@
|
|||||||
beforeFetch: async (params) => {
|
beforeFetch: async (params) => {
|
||||||
return Object.assign(params, queryParam);
|
return Object.assign(params, queryParam);
|
||||||
},
|
},
|
||||||
|
pagination: {
|
||||||
|
current: 1,
|
||||||
|
pageSize: 12,
|
||||||
|
pageSizeOptions: ['12', '24', '36'],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
exportConfig: {
|
exportConfig: {
|
||||||
name:"我为四所把把脉",
|
name:"我为四所把把脉",
|
||||||
|
|||||||
@@ -142,7 +142,8 @@
|
|||||||
title: '习总书记重要讲话指示批示情况',
|
title: '习总书记重要讲话指示批示情况',
|
||||||
api: list,
|
api: list,
|
||||||
columns,
|
columns,
|
||||||
canResize: false,
|
canResize: true,
|
||||||
|
resizeHeightOffset: 56,
|
||||||
useSearchForm: false,
|
useSearchForm: false,
|
||||||
isTreeTable: true,
|
isTreeTable: true,
|
||||||
actionColumn: {
|
actionColumn: {
|
||||||
@@ -799,7 +800,8 @@
|
|||||||
|
|
||||||
.content {
|
.content {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
height: 100%;
|
// 内容区高度由表格自适应撑开,避免覆盖页面底部 footer。
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user