mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-03-26 21:27:20 +08:00
【修复】修复mysql下报表统计异常问题,优化显示数量问题。
This commit is contained in:
@@ -84,8 +84,8 @@
|
||||
defaultToolbar: ['filter', 'print', 'exports'],
|
||||
//height: 'full-127',
|
||||
page: false,
|
||||
limit: 30,
|
||||
limits: [10, 15, 20, 25, 30, 50, 100, 200],
|
||||
limit: 8760,
|
||||
//limits: [10, 15, 20, 25, 30, 50, 100, 200],
|
||||
text: { none: '暂无相关数据' },
|
||||
totalRow: true,
|
||||
cols: [
|
||||
|
||||
@@ -85,8 +85,8 @@
|
||||
//height: 'full-127',
|
||||
page: false,
|
||||
cellMinWidth: '80',
|
||||
limit: 30,
|
||||
limits: [10, 15, 20, 25, 30, 50, 100, 200],
|
||||
limit: 8760,
|
||||
//limits: [10, 15, 20, 25, 30, 50, 100, 200],
|
||||
text: { none: '暂无相关数据' },
|
||||
totalRow: true,
|
||||
cols: [
|
||||
|
||||
Reference in New Issue
Block a user