|
@@ -295,7 +295,7 @@ export default {
|
|
|
columns: this.getType(this.headers), //数据显示格式
|
|
|
filters: true,
|
|
|
fixedColumnsLeft: 4,
|
|
|
- maxRows: this.main.length,
|
|
|
+ maxRows: this.main ? this.main.length:'',
|
|
|
height: winHeight - 100 - 50 - 176,
|
|
|
columnSorting: true, //添加排序
|
|
|
sortIndicator: true, //添加排序
|